#032269

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

Shades of Sapphire #032269

Tints of Sapphire #032269

Color information

#032269 (or 0x032269) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 69. RGB value is (3,34,105). Sum of RGB (Red+Green+Blue) = 3+34+105=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #032269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032269 is #FCDD96. Grayscale: #202020. Windows color (decimal): -16571799 or 6889987. OLE color: 6889987.

HSL color Cylindrical-coordinate representation of color #032269: hue angle of 221.76º 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 #032269 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB334105-
CMYK0.970.6800.59
HSL221.76º94.44%21.18%-
HSV(B)221.76º97.14%41.18%-
XYZ3.162.1813.62-
YUV32.82168.73106.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=2.11%
G=23.94%
B=73.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3341050.970.6800.59221.7694.4421.18
Hex32269614403Bde5e15
Octal34215114110407333613625
Binary11100010110100111000011000100011101111011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032269; }

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

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

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

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

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

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

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

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