Html Css Color HEX #3472CF Royal Blue

📋 copy color: '#3472CF'

red 52 ◦ green 114 ◦ blue 207

#3472CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3472CF

Tints of Royal Blue #3472CF

RGB

 RED value IS 52 (20.7% from 255) = 13.94%

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 13.94%
G = 30.56%
B = 55.5%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3472CF (or 0x3472CF) is known color: 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

RGB 52 114 207 -
CMYK 0.75 0.45 0 0.19
HSL 216º 0.62% 0.51% -
HSV(B) 216º 0.75% 0.81% -
XYZ 18.7 17.27 61.38 -
YUV 106.06 184.96 89.44 -
System Red Green Blue C M Y K H S L
Decimal 52 114 207 0.75 0.45 0 0.19 216 0.62 0.51
Hex 34 72 CF 4B 2D 0 13 D8 3E 33
Octal 64 162 317 113 55 0 23 330 76 63
Binary 110100 1110010 11001111 1001011 101101 0 10011 11011000 111110 110011

Color Harmonies of #3472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3472CF

Black with #3472CF

Text Example


Text Example

White with #3472CF

Text Example


Text Example

HTML Codes & Css Web 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>