#032161

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

Shades of Sapphire #032161

Tints of Sapphire #032161

Color information

#032161 (or 0x032161) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 61. RGB value is (3,33,97). Sum of RGB (Red+Green+Blue) = 3+33+97=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #032161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032161 is #FCDE9E. Grayscale: #1F1F1F. Windows color (decimal): -16572063 or 6365443. OLE color: 6365443.

HSL color Cylindrical-coordinate representation of color #032161: hue angle of 220.85º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032161 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33397-
CMYK0.970.6600.62
HSL220.85º94%19.61%-
HSV(B)220.85º96.91%38.04%-
XYZ2.741.9711.55-
YUV31.33165.06107.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=2.26%
G=24.81%
B=72.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal333970.970.6600.62220.859419.61
Hex32161614203Edd5e14
Octal34114114110207633513624
Binary11100001110000111000011000010011111011011101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032161; }

 p { color: rgb(3,33,97); }

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

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

 a { background-color: rgb(3,33,97); }

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

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

 span { border-color: rgb(3,33,97); }

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