#032A6D

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

Shades of Sapphire #032A6D

Tints of Sapphire #032A6D

Color information

#032A6D (or 0x032A6D) is unknown color: approx Sapphire. HEX triplet: 03, 2A and 6D. RGB value is (3,42,109). Sum of RGB (Red+Green+Blue) = 3+42+109=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #032A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A6D is #FCD592. Grayscale: #252525. Windows color (decimal): -16569747 or 7154179. OLE color: 7154179.

HSL color Cylindrical-coordinate representation of color #032A6D: hue angle of 217.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A6D is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB342109-
CMYK0.970.6100.57
HSL217.92º94.64%21.96%-
HSV(B)217.92º97.25%42.75%-
XYZ3.632.7814.81-
YUV37.98168.08103.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 109 (42.97% from 255) = 70.78%
R=1.95%
G=27.27%
B=70.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3421090.970.6100.57217.9294.6421.96
Hex32A6D613D039da5f16
Octal3521551417507133213726
Binary1110101011011011100001111101011100111011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,109); }

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

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

 a { background-color: rgb(3,42,109); }

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

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

 span { border-color: rgb(3,42,109); }

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