Html Css Color HEX #032771 Sapphire

📋 copy color: '#032771'

red 3 ◦ green 39 ◦ blue 113

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

Shades of Sapphire #032771

Tints of Sapphire #032771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 72.9%

R = 1.94%
G = 25.16%
B = 72.9%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032771 (or 0x032771) is known color: Sapphire. HEX triplet: 03, 27 and 71. RGB value is (3,39,113). Sum of RGB (Red+Green+Blue) = 3+39+113=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #032771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032771 is #FCD88E. Grayscale: #242424. Windows color (decimal): -16570511 or 7415555. OLE color: 7415555.

HSL color Cylindrical-coordinate representation of color #032771: hue angle of 220.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032771 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 39 113 -
CMYK 0.97 0.65 0 0.56
HSL 220.36º 0.95% 0.23% -
HSV(B) 220.36º 0.97% 0.44% -
XYZ 3.74 2.66 15.94 -
YUV 36.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 3 39 113 0.97 0.65 0 0.56 220.36 0.95 0.23
Hex 3 27 71 61 41 0 38 DC 5F 17
Octal 3 47 161 141 101 0 70 334 137 27
Binary 11 100111 1110001 1100001 1000001 0 111000 11011100 1011111 10111

Color Harmonies of #032771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032771

Black with #032771

Text Example


Text Example

White with #032771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032771; }

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

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

background-color css

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

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

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

border-color css

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

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

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