#032A68

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

Shades of Sapphire #032A68

Tints of Sapphire #032A68

Color information

#032A68 (or 0x032A68) is unknown color: approx Sapphire. HEX triplet: 03, 2A and 68. RGB value is (3,42,104). Sum of RGB (Red+Green+Blue) = 3+42+104=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #032A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A68 is #FCD597. Grayscale: #252525. Windows color (decimal): -16569752 or 6826499. OLE color: 6826499.

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

Color convert

RGB342104-
CMYK0.970.6000.59
HSL216.83º94.39%20.98%-
HSV(B)216.83º97.12%40.78%-
XYZ3.362.6713.44-
YUV37.41165.58103.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=2.01%
G=28.19%
B=69.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3421040.970.6000.59216.8394.3920.98
Hex32A68613C03Bd95e15
Octal3521501417407333113625
Binary1110101011010001100001111100011101111011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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