Html Css Color HEX #032860 Sapphire

📋 copy color: '#032860'

red 3 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #032860

Tints of Sapphire #032860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 2.16%
G = 28.78%
B = 69.06%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032860 (or 0x032860) is known color: Sapphire. HEX triplet: 03, 28 and 60. RGB value is (3,40,96). Sum of RGB (Red+Green+Blue) = 3+40+96=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #032860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032860 is #FCD79F. Grayscale: #232323. Windows color (decimal): -16570272 or 6301699. OLE color: 6301699.

HSL color Cylindrical-coordinate representation of color #032860: hue angle of 216.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032860 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 40 96 -
CMYK 0.97 0.58 0 0.62
HSL 216.13º 0.94% 0.19% -
HSV(B) 216.13º 0.97% 0.38% -
XYZ 2.91 2.38 11.37 -
YUV 35.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 3 40 96 0.97 0.58 0 0.62 216.13 0.94 0.19
Hex 3 28 60 61 3A 0 3E D8 5E 13
Octal 3 50 140 141 72 0 76 330 136 23
Binary 11 101000 1100000 1100001 111010 0 111110 11011000 1011110 10011

Color Harmonies of #032860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032860

Black with #032860

Text Example


Text Example

White with #032860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032860; }

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

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

background-color css

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

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

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

border-color css

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

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

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