Html Css Color HEX #032177 Sapphire

📋 copy color: '#032177'

red 3 ◦ green 33 ◦ blue 119

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

Shades of Sapphire #032177

Tints of Sapphire #032177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.77%

R = 1.94%
G = 21.29%
B = 76.77%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032177 (or 0x032177) is known color: Sapphire. HEX triplet: 03, 21 and 77. RGB value is (3,33,119). Sum of RGB (Red+Green+Blue) = 3+33+119=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #032177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032177 is #FCDE88. Grayscale: #212121. Windows color (decimal): -16572041 or 7807235. OLE color: 7807235.

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

Color convert

RGB 3 33 119 -
CMYK 0.97 0.72 0 0.53
HSL 224.48º 0.95% 0.24% -
HSV(B) 224.48º 0.97% 0.47% -
XYZ 3.91 2.44 17.72 -
YUV 33.83 176.06 106.01 -
System Red Green Blue C M Y K H S L
Decimal 3 33 119 0.97 0.72 0 0.53 224.48 0.95 0.24
Hex 3 21 77 61 48 0 35 E0 5F 18
Octal 3 41 167 141 110 0 65 340 137 30
Binary 11 100001 1110111 1100001 1001000 0 110101 11100000 1011111 11000

Color Harmonies of #032177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032177

Black with #032177

Text Example


Text Example

White with #032177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032177; }

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

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

background-color css

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

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

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

border-color css

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

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

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