Html Css Color HEX #032E77 Sapphire

📋 copy color: '#032E77'

red 3 ◦ green 46 ◦ blue 119

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

Shades of Sapphire #032E77

Tints of Sapphire #032E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

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

R = 1.79%
G = 27.38%
B = 70.83%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032E77 (or 0x032E77) is known color: Sapphire. HEX triplet: 03, 2E and 77. RGB value is (3,46,119). Sum of RGB (Red+Green+Blue) = 3+46+119=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #032E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E77 is #FCD188. Grayscale: #292929. Windows color (decimal): -16568713 or 7810563. OLE color: 7810563.

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

Color convert

RGB 3 46 119 -
CMYK 0.97 0.61 0 0.53
HSL 217.76º 0.95% 0.24% -
HSV(B) 217.76º 0.97% 0.47% -
XYZ 4.34 3.31 17.86 -
YUV 41.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 3 46 119 0.97 0.61 0 0.53 217.76 0.95 0.24
Hex 3 2E 77 61 3D 0 35 DA 5F 18
Octal 3 56 167 141 75 0 65 332 137 30
Binary 11 101110 1110111 1100001 111101 0 110101 11011010 1011111 11000

Color Harmonies of #032E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E77

Black with #032E77

Text Example


Text Example

White with #032E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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