#032B66

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

Shades of Sapphire #032B66

Tints of Sapphire #032B66

Color information

#032B66 (or 0x032B66) is unknown color: approx Sapphire. HEX triplet: 03, 2B and 66. RGB value is (3,43,102). Sum of RGB (Red+Green+Blue) = 3+43+102=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #032B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B66 is #FCD499. Grayscale: #252525. Windows color (decimal): -16569498 or 6695683. OLE color: 6695683.

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

Color convert

RGB343102-
CMYK0.970.5800.6
HSL215.76º94.29%20.59%-
HSV(B)215.76º97.06%40%-
XYZ3.32.7112.92-
YUV37.77164.25103.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=2.03%
G=29.05%
B=68.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3431020.970.5800.6215.7694.2920.59
Hex32B66613A03Cd85e15
Octal3531461417207433013625
Binary1110101111001101100001111010011110011011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032B66; }

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

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

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

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

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

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

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

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