#032249

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

Shades of Sapphire #032249

Tints of Sapphire #032249

Color information

#032249 (or 0x032249) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 49. RGB value is (3,34,73). Sum of RGB (Red+Green+Blue) = 3+34+73=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #032249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032249 is #FCDDB6. Grayscale: #1C1C1C. Windows color (decimal): -16571831 or 4792835. OLE color: 4792835.

HSL color Cylindrical-coordinate representation of color #032249: hue angle of 213.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032249 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33473-
CMYK0.960.5300.71
HSL213.43º92.11%14.9%-
HSV(B)213.43º95.89%28.63%-
XYZ1.811.646.53-
YUV29.18152.73109.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 73 (28.91% from 255) = 66.36%
R=2.73%
G=30.91%
B=66.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal334730.960.5300.71213.4392.1114.9
Hex322496035047d55cf
Octal34211114065010732513417
Binary1110001010010011100000110101010001111101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032249; }

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

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

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

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

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

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

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

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