#032251

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

Shades of Sapphire #032251

Tints of Sapphire #032251

Color information

#032251 (or 0x032251) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 51. RGB value is (3,34,81). Sum of RGB (Red+Green+Blue) = 3+34+81=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #032251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032251 is #FCDDAE. Grayscale: #1D1D1D. Windows color (decimal): -16571823 or 5317123. OLE color: 5317123.

HSL color Cylindrical-coordinate representation of color #032251: hue angle of 216.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032251 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB33481-
CMYK0.960.5800.68
HSL216.15º92.86%16.47%-
HSV(B)216.15º96.3%31.76%-
XYZ2.091.768.01-
YUV30.09156.73108.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 81 (32.03% from 255) = 68.64%
R=2.54%
G=28.81%
B=68.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal334810.960.5800.68216.1592.8616.47
Hex32251603A044d85d10
Octal34212114072010433013520
Binary11100010101000111000001110100100010011011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032251; }

 p { color: rgb(3,34,81); }

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

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

 a { background-color: rgb(3,34,81); }

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

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

 span { border-color: rgb(3,34,81); }

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