Html Css Color HEX #032877 Sapphire

📋 copy color: '#032877'

red 3 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #032877

Tints of Sapphire #032877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

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

R = 1.85%
G = 24.69%
B = 73.46%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032877 (or 0x032877) is known color: Sapphire. HEX triplet: 03, 28 and 77. RGB value is (3,40,119). Sum of RGB (Red+Green+Blue) = 3+40+119=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #032877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032877 is #FCD788. Grayscale: #252525. Windows color (decimal): -16570249 or 7809027. OLE color: 7809027.

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

Color convert

RGB 3 40 119 -
CMYK 0.97 0.66 0 0.53
HSL 220.86º 0.95% 0.24% -
HSV(B) 220.86º 0.97% 0.47% -
XYZ 4.13 2.87 17.79 -
YUV 37.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 3 40 119 0.97 0.66 0 0.53 220.86 0.95 0.24
Hex 3 28 77 61 42 0 35 DD 5F 18
Octal 3 50 167 141 102 0 65 335 137 30
Binary 11 101000 1110111 1100001 1000010 0 110101 11011101 1011111 11000

Color Harmonies of #032877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032877

Black with #032877

Text Example


Text Example

White with #032877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032877; }

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

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

background-color css

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

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

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

border-color css

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

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

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