#032150

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

Shades of Sapphire #032150

Tints of Sapphire #032150

Color information

#032150 (or 0x032150) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 50. RGB value is (3,33,80). Sum of RGB (Red+Green+Blue) = 3+33+80=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #032150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032150 is #FCDEAF. Grayscale: #1D1D1D. Windows color (decimal): -16572080 or 5251331. OLE color: 5251331.

HSL color Cylindrical-coordinate representation of color #032150: hue angle of 216.62º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032150 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33380-
CMYK0.960.5900.69
HSL216.62º92.77%16.27%-
HSV(B)216.62º96.25%31.37%-
XYZ2.031.697.81-
YUV29.39156.56109.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 80 (31.64% from 255) = 68.97%
R=2.59%
G=28.45%
B=68.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal333800.960.5900.69216.6292.7716.27
Hex32150603B045d95d10
Octal34112014073010533113520
Binary11100001101000011000001110110100010111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032150; }

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

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

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

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

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

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

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

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