#032656

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

Shades of Sapphire #032656

Tints of Sapphire #032656

Color information

#032656 (or 0x032656) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 56. RGB value is (3,38,86). Sum of RGB (Red+Green+Blue) = 3+38+86=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #032656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032656 is #FCD9A9. Grayscale: #202020. Windows color (decimal): -16570794 or 5645827. OLE color: 5645827.

HSL color Cylindrical-coordinate representation of color #032656: hue angle of 214.7º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032656 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB33886-
CMYK0.970.5600.66
HSL214.7º93.26%17.45%-
HSV(B)214.7º96.51%33.73%-
XYZ2.412.089.08-
YUV33.01157.9106.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 86 (33.98% from 255) = 67.72%
R=2.36%
G=29.92%
B=67.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal338860.970.5600.66214.793.2617.45
Hex326566138042d75d11
Octal34612614170010232713521
Binary11100110101011011000011110000100001011010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032656; }

 p { color: rgb(3,38,86); }

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

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

 a { background-color: rgb(3,38,86); }

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

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

 span { border-color: rgb(3,38,86); }

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