Html Css Color HEX #032176 Sapphire

📋 copy color: '#032176'

red 3 ◦ green 33 ◦ blue 118

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

Shades of Sapphire #032176

Tints of Sapphire #032176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 1.95%
G = 21.43%
B = 76.62%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032176 (or 0x032176) is known color: Sapphire. HEX triplet: 03, 21 and 76. RGB value is (3,33,118). Sum of RGB (Red+Green+Blue) = 3+33+118=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #032176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032176 is #FCDE89. Grayscale: #212121. Windows color (decimal): -16572042 or 7741699. OLE color: 7741699.

HSL color Cylindrical-coordinate representation of color #032176: hue angle of 224.35º 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 #032176 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 33 118 -
CMYK 0.97 0.72 0 0.54
HSL 224.35º 0.95% 0.24% -
HSV(B) 224.35º 0.97% 0.46% -
XYZ 3.85 2.42 17.4 -
YUV 33.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 3 33 118 0.97 0.72 0 0.54 224.35 0.95 0.24
Hex 3 21 76 61 48 0 36 E0 5F 18
Octal 3 41 166 141 110 0 66 340 137 30
Binary 11 100001 1110110 1100001 1001000 0 110110 11100000 1011111 11000

Color Harmonies of #032176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032176

Black with #032176

Text Example


Text Example

White with #032176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032176; }

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

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

background-color css

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

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

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

border-color css

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

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

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