Html Css Color HEX #032F78 Sapphire

📋 copy color: '#032F78'

red 3 ◦ green 47 ◦ blue 120

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

Shades of Sapphire #032F78

Tints of Sapphire #032F78

RGB

 RED value IS 3 (1.56% from 255) = 1.76%

 GREEN value IS 47 (18.75% from 255) = 27.65%

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 1.76%
G = 27.65%
B = 70.59%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032F78 (or 0x032F78) is known color: Sapphire. HEX triplet: 03, 2F and 78. RGB value is (3,47,120). Sum of RGB (Red+Green+Blue) = 3+47+120=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #032F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F78 is #FCD087. Grayscale: #292929. Windows color (decimal): -16568456 or 7876355. OLE color: 7876355.

HSL color Cylindrical-coordinate representation of color #032F78: hue angle of 217.44º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032F78 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 47 120 -
CMYK 0.98 0.61 0 0.53
HSL 217.44º 0.95% 0.24% -
HSV(B) 217.44º 0.98% 0.47% -
XYZ 4.44 3.41 18.19 -
YUV 42.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 3 47 120 0.98 0.61 0 0.53 217.44 0.95 0.24
Hex 3 2F 78 62 3D 0 35 D9 5F 18
Octal 3 57 170 142 75 0 65 331 137 30
Binary 11 101111 1111000 1100010 111101 0 110101 11011001 1011111 11000

Color Harmonies of #032F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F78

Black with #032F78

Text Example


Text Example

White with #032F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032F78; }

 p { color: rgb(3,47,120); }

 H1.HeaderClassName
 {
   color: #032F78;
 }
 .AnyTagClassName
 {
   color: #032F78;
 }
</style>

background-color css

<style>
 a { background-color: #032F78; }

 a { background-color: rgb(3,47,120); }

 div.DivClassName
 {
   background-color: #032F78;
 }
 .BgClassName
 {
   background-color: #032F78;
 }
</style>

border-color css

<style>
 span { border-color: #032F78; }

 span { border-color: rgb(3,47,120); }

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