#032B69

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

Shades of Sapphire #032B69

Tints of Sapphire #032B69

Color information

#032B69 (or 0x032B69) is unknown color: approx Sapphire. HEX triplet: 03, 2B and 69. RGB value is (3,43,105). Sum of RGB (Red+Green+Blue) = 3+43+105=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #032B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B69 is #FCD496. Grayscale: #252525. Windows color (decimal): -16569495 or 6892291. OLE color: 6892291.

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

Color convert

RGB343105-
CMYK0.970.5900.59
HSL216.47º94.44%21.18%-
HSV(B)216.47º97.14%41.18%-
XYZ3.452.7713.72-
YUV38.11165.75102.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=1.99%
G=28.48%
B=69.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3431050.970.5900.59216.4794.4421.18
Hex32B69613B03Bd85e15
Octal3531511417307333013625
Binary1110101111010011100001111011011101111011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032B69; }

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

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

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

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

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

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

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

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