Html Css Color HEX #032862 Sapphire

📋 copy color: '#032862'

red 3 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #032862

Tints of Sapphire #032862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 69.5%

R = 2.13%
G = 28.37%
B = 69.5%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032862 (or 0x032862) is known color: Sapphire. HEX triplet: 03, 28 and 62. RGB value is (3,40,98). Sum of RGB (Red+Green+Blue) = 3+40+98=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #032862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032862 is #FCD79D. Grayscale: #232323. Windows color (decimal): -16570270 or 6432771. OLE color: 6432771.

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

Color convert

RGB 3 40 98 -
CMYK 0.97 0.59 0 0.62
HSL 216.63º 0.94% 0.2% -
HSV(B) 216.63º 0.97% 0.38% -
XYZ 3 2.42 11.86 -
YUV 35.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 3 40 98 0.97 0.59 0 0.62 216.63 0.94 0.2
Hex 3 28 62 61 3B 0 3E D9 5E 14
Octal 3 50 142 141 73 0 76 331 136 24
Binary 11 101000 1100010 1100001 111011 0 111110 11011001 1011110 10100

Color Harmonies of #032862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032862

Black with #032862

Text Example


Text Example

White with #032862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032862; }

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

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

background-color css

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

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

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

border-color css

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

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

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