#345AF7

Color #345AF7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #345AF7

Tints of Royal Blue #345AF7

Color information

#345AF7 (or 0x345AF7) is unknown color: approx Royal Blue. HEX triplet: 34, 5A and F7. RGB value is (52,90,247). Sum of RGB (Red+Green+Blue) = 52+90+247=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #345AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AF7 is #CBA508. Grayscale: #5F5F5F. Windows color (decimal): -13346057 or 16210484. OLE color: 16210484.

HSL color Cylindrical-coordinate representation of color #345AF7: hue angle of 228.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345AF7 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5290247-
CMYK0.790.6400.03
HSL228.31º92.42%58.63%-
HSV(B)228.31º78.95%96.86%-
XYZ21.8614.7689.69-
YUV96.54212.9196.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 247 (96.88% from 255) = 63.50%
R=13.37%
G=23.14%
B=63.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52902470.790.6400.03228.3192.4258.63
Hex345AF74F4003e45c3b
Octal641323671171000334413473
Binary11010010110101111011110011111000000011111001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345AF7; }

 p { color: rgb(52,90,247); }

 H1.HeaderClassName
 {
   color: #345AF7;
 }
 .AnyTagClassName
 {
   color: #345AF7;
 }
</style>
background-color css

<style>
 a { background-color: #345AF7; }

 a { background-color: rgb(52,90,247); }

 div.DivClassName
 {
   background-color: #345AF7;
 }
 .BgClassName
 {
   background-color: #345AF7;
 }
</style>
border-color css

<style>
 span { border-color: #345AF7; }

 span { border-color: rgb(52,90,247); }

 td.TdClassName
 {
   border-color: #345AF7;
 }
 .TagClassName
 {
   border-color: #345AF7;
 }
</style>