#032770

Color #032770 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #032770

Tints of Sapphire #032770

Color information

#032770 (or 0x032770) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 70. RGB value is (3,39,112). Sum of RGB (Red+Green+Blue) = 3+39+112=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #032770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032770 is #FCD88F. Grayscale: #242424. Windows color (decimal): -16570512 or 7350019. OLE color: 7350019.

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

Color convert

RGB339112-
CMYK0.970.6500.56
HSL220.18º94.78%22.55%-
HSV(B)220.18º97.32%43.92%-
XYZ3.692.6415.64-
YUV36.56170.57104.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 112 (44.14% from 255) = 72.73%
R=1.95%
G=25.32%
B=72.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3391120.970.6500.56220.1894.7822.55
Hex327706141038dc5f17
Octal34716014110107033413727
Binary11100111111000011000011000001011100011011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032770; }

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

 H1.HeaderClassName
 {
   color: #032770;
 }
 .AnyTagClassName
 {
   color: #032770;
 }
</style>
background-color css

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

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

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

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

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

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