#032349

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

Shades of Sapphire #032349

Tints of Sapphire #032349

Color information

#032349 (or 0x032349) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 49. RGB value is (3,35,73). Sum of RGB (Red+Green+Blue) = 3+35+73=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #032349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032349 is #FCDCB6. Grayscale: #1D1D1D. Windows color (decimal): -16571575 or 4793091. OLE color: 4793091.

HSL color Cylindrical-coordinate representation of color #032349: hue angle of 212.57º 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 #032349 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33573-
CMYK0.960.5200.71
HSL212.57º92.11%14.9%-
HSV(B)212.57º95.89%28.63%-
XYZ1.841.76.53-
YUV29.76152.4108.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=2.70%
G=31.53%
B=65.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal335730.960.5200.71212.5792.1114.9
Hex323496034047d55cf
Octal34311114064010732513417
Binary1110001110010011100000110100010001111101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032349; }

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

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

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

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

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

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

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

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