Html Css Color HEX #032C76 Sapphire

📋 copy color: '#032C76'

red 3 ◦ green 44 ◦ blue 118

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

Shades of Sapphire #032C76

Tints of Sapphire #032C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 1.82%
G = 26.67%
B = 71.52%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032C76 (or 0x032C76) is known color: Sapphire. HEX triplet: 03, 2C and 76. RGB value is (3,44,118). Sum of RGB (Red+Green+Blue) = 3+44+118=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #032C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C76 is #FCD389. Grayscale: #272727. Windows color (decimal): -16569226 or 7744515. OLE color: 7744515.

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

Color convert

RGB 3 44 118 -
CMYK 0.97 0.63 0 0.54
HSL 218.61º 0.95% 0.24% -
HSV(B) 218.61º 0.97% 0.46% -
XYZ 4.21 3.13 17.52 -
YUV 40.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 3 44 118 0.97 0.63 0 0.54 218.61 0.95 0.24
Hex 3 2C 76 61 3F 0 36 DB 5F 18
Octal 3 54 166 141 77 0 66 333 137 30
Binary 11 101100 1110110 1100001 111111 0 110110 11011011 1011111 11000

Color Harmonies of #032C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C76

Black with #032C76

Text Example


Text Example

White with #032C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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