Html Css Color HEX #032766 Sapphire

📋 copy color: '#032766'

red 3 ◦ green 39 ◦ blue 102

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

Shades of Sapphire #032766

Tints of Sapphire #032766

RGB

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

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

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

R = 2.08%
G = 27.08%
B = 70.83%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#032766 (or 0x032766) is known color: Sapphire. HEX triplet: 03, 27 and 66. RGB value is (3,39,102). Sum of RGB (Red+Green+Blue) = 3+39+102=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #032766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032766 is #FCD899. Grayscale: #232323. Windows color (decimal): -16570522 or 6694659. OLE color: 6694659.

HSL color Cylindrical-coordinate representation of color #032766: hue angle of 218.18º 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 #032766 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 39 102 -
CMYK 0.97 0.62 0 0.6
HSL 218.18º 0.94% 0.21% -
HSV(B) 218.18º 0.97% 0.4% -
XYZ 3.16 2.43 12.87 -
YUV 35.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 3 39 102 0.97 0.62 0 0.6 218.18 0.94 0.21
Hex 3 27 66 61 3E 0 3C DA 5E 15
Octal 3 47 146 141 76 0 74 332 136 25
Binary 11 100111 1100110 1100001 111110 0 111100 11011010 1011110 10101

Color Harmonies of #032766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032766

Black with #032766

Text Example


Text Example

White with #032766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032766; }

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

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

background-color css

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

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

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

border-color css

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

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

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