Html Css Color HEX #032576 Sapphire

📋 copy color: '#032576'

red 3 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #032576

Tints of Sapphire #032576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 1.9%
G = 23.42%
B = 74.68%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032576 (or 0x032576) is known color: Sapphire. HEX triplet: 03, 25 and 76. RGB value is (3,37,118). Sum of RGB (Red+Green+Blue) = 3+37+118=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #032576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032576 is #FCDA89. Grayscale: #232323. Windows color (decimal): -16571018 or 7742723. OLE color: 7742723.

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

Color convert

RGB 3 37 118 -
CMYK 0.97 0.69 0 0.54
HSL 222.26º 0.95% 0.24% -
HSV(B) 222.26º 0.97% 0.46% -
XYZ 3.97 2.65 17.44 -
YUV 36.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 3 37 118 0.97 0.69 0 0.54 222.26 0.95 0.24
Hex 3 25 76 61 45 0 36 DE 5F 18
Octal 3 45 166 141 105 0 66 336 137 30
Binary 11 100101 1110110 1100001 1000101 0 110110 11011110 1011111 11000

Color Harmonies of #032576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032576

Black with #032576

Text Example


Text Example

White with #032576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032576; }

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

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

background-color css

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

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

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

border-color css

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

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

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