Html Css Color HEX #032777 Sapphire

📋 copy color: '#032777'

red 3 ◦ green 39 ◦ blue 119

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

Shades of Sapphire #032777

Tints of Sapphire #032777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

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

R = 1.86%
G = 24.22%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032777 (or 0x032777) is known color: Sapphire. HEX triplet: 03, 27 and 77. RGB value is (3,39,119). Sum of RGB (Red+Green+Blue) = 3+39+119=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #032777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032777 is #FCD888. Grayscale: #252525. Windows color (decimal): -16570505 or 7808771. OLE color: 7808771.

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

Color convert

RGB 3 39 119 -
CMYK 0.97 0.67 0 0.53
HSL 221.38º 0.95% 0.24% -
HSV(B) 221.38º 0.97% 0.47% -
XYZ 4.09 2.8 17.78 -
YUV 37.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 3 39 119 0.97 0.67 0 0.53 221.38 0.95 0.24
Hex 3 27 77 61 43 0 35 DD 5F 18
Octal 3 47 167 141 103 0 65 335 137 30
Binary 11 100111 1110111 1100001 1000011 0 110101 11011101 1011111 11000

Color Harmonies of #032777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032777

Black with #032777

Text Example


Text Example

White with #032777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032777; }

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

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

background-color css

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

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

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

border-color css

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

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

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