Html Css Color HEX #032866 Sapphire

📋 copy color: '#032866'

red 3 ◦ green 40 ◦ blue 102

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

Shades of Sapphire #032866

Tints of Sapphire #032866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 70.34%

R = 2.07%
G = 27.59%
B = 70.34%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#032866 (or 0x032866) is known color: Sapphire. HEX triplet: 03, 28 and 66. RGB value is (3,40,102). Sum of RGB (Red+Green+Blue) = 3+40+102=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #032866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032866 is #FCD799. Grayscale: #232323. Windows color (decimal): -16570266 or 6694915. OLE color: 6694915.

HSL color Cylindrical-coordinate representation of color #032866: hue angle of 217.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032866 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 40 102 -
CMYK 0.97 0.61 0 0.6
HSL 217.58º 0.94% 0.21% -
HSV(B) 217.58º 0.97% 0.4% -
XYZ 3.19 2.5 12.88 -
YUV 36.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 3 40 102 0.97 0.61 0 0.6 217.58 0.94 0.21
Hex 3 28 66 61 3D 0 3C DA 5E 15
Octal 3 50 146 141 75 0 74 332 136 25
Binary 11 101000 1100110 1100001 111101 0 111100 11011010 1011110 10101

Color Harmonies of #032866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032866

Black with #032866

Text Example


Text Example

White with #032866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032866; }

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

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

background-color css

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

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

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

border-color css

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

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

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