#032C6E

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

Shades of Sapphire #032C6E

Tints of Sapphire #032C6E

Color information

#032C6E (or 0x032C6E) is unknown color: approx Sapphire. HEX triplet: 03, 2C and 6E. RGB value is (3,44,110). Sum of RGB (Red+Green+Blue) = 3+44+110=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #032C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C6E is #FCD391. Grayscale: #262626. Windows color (decimal): -16569234 or 7220227. OLE color: 7220227.

HSL color Cylindrical-coordinate representation of color #032C6E: hue angle of 217.01º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C6E is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB344110-
CMYK0.970.600.57
HSL217.01º94.69%22.16%-
HSV(B)217.01º97.27%43.14%-
XYZ3.752.9515.12-
YUV39.26167.92102.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=1.91%
G=28.03%
B=70.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3441100.970.600.57217.0194.6922.16
Hex32C6E613C039d95f16
Octal3541561417407133113726
Binary1110110011011101100001111100011100111011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,110); }

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

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

 a { background-color: rgb(3,44,110); }

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

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

 span { border-color: rgb(3,44,110); }

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