#032969

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

Shades of Sapphire #032969

Tints of Sapphire #032969

Color information

#032969 (or 0x032969) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 69. RGB value is (3,41,105). Sum of RGB (Red+Green+Blue) = 3+41+105=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #032969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032969 is #FCD696. Grayscale: #242424. Windows color (decimal): -16570007 or 6891779. OLE color: 6891779.

HSL color Cylindrical-coordinate representation of color #032969: hue angle of 217.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032969 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB341105-
CMYK0.970.6100.59
HSL217.65º94.44%21.18%-
HSV(B)217.65º97.14%41.18%-
XYZ3.382.6313.69-
YUV36.93166.41103.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 105 (41.41% from 255) = 70.47%
R=2.01%
G=27.52%
B=70.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3411050.970.6100.59217.6594.4421.18
Hex32969613D03Bda5e15
Octal3511511417507333213625
Binary1110100111010011100001111101011101111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032969; }

 p { color: rgb(3,41,105); }

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

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

 a { background-color: rgb(3,41,105); }

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

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

 span { border-color: rgb(3,41,105); }

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