Html Css Color HEX #032876 Sapphire

📋 copy color: '#032876'

red 3 ◦ green 40 ◦ blue 118

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

Shades of Sapphire #032876

Tints of Sapphire #032876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 118 (46.48% from 255) = 73.29%

R = 1.86%
G = 24.84%
B = 73.29%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032876 (or 0x032876) is known color: Sapphire. HEX triplet: 03, 28 and 76. RGB value is (3,40,118). Sum of RGB (Red+Green+Blue) = 3+40+118=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #032876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032876 is #FCD789. Grayscale: #252525. Windows color (decimal): -16570250 or 7743491. OLE color: 7743491.

HSL color Cylindrical-coordinate representation of color #032876: hue angle of 220.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032876 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 40 118 -
CMYK 0.97 0.66 0 0.54
HSL 220.7º 0.95% 0.24% -
HSV(B) 220.7º 0.97% 0.46% -
XYZ 4.07 2.84 17.47 -
YUV 37.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 3 40 118 0.97 0.66 0 0.54 220.7 0.95 0.24
Hex 3 28 76 61 42 0 36 DD 5F 18
Octal 3 50 166 141 102 0 66 335 137 30
Binary 11 101000 1110110 1100001 1000010 0 110110 11011101 1011111 11000

Color Harmonies of #032876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032876

Black with #032876

Text Example


Text Example

White with #032876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032876; }

 p { color: rgb(3,40,118); }

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

background-color css

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

 a { background-color: rgb(3,40,118); }

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

border-color css

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

 span { border-color: rgb(3,40,118); }

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