#3472cf

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

Shades of Royal Blue #3472CF

Tints of Royal Blue #3472CF

Color information

#3472CF (or 0x3472CF) is unknown color: approx Royal Blue. HEX triplet: 34, 72 and CF. RGB value is (52,114,207). Sum of RGB (Red+Green+Blue) = 52+114+207=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #3472CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472CF is #CB8D30. Grayscale: #696969. Windows color (decimal): -13339953 or 13595188. OLE color: 13595188.

HSL color Cylindrical-coordinate representation of color #3472CF: hue angle of 216º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3472CF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52114207-
CMYK0.750.4500.19
HSL216º61.75%50.78%-
HSV(B)216º74.88%81.18%-
XYZ18.717.2761.38-
YUV106.06184.9689.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=13.94%
G=30.56%
B=55.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521142070.750.4500.1921661.7550.78
Hex3472CF4B2D013d83e33
Octal64162317113550233307663
Binary110100111001011001111100101110110101001111011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3472cf; }

 p { color: rgb(52,114,207); }

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

<style>
 a { background-color: #3472cf; }

 a { background-color: rgb(52,114,207); }

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

<style>
 span { border-color: #3472cf; }

 span { border-color: rgb(52,114,207); }

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