#032055

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

Shades of Sapphire #032055

Tints of Sapphire #032055

Color information

#032055 (or 0x032055) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 55. RGB value is (3,32,85). Sum of RGB (Red+Green+Blue) = 3+32+85=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #032055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032055 is #FCDFAA. Grayscale: #1D1D1D. Windows color (decimal): -16572331 or 5578755. OLE color: 5578755.

HSL color Cylindrical-coordinate representation of color #032055: hue angle of 218.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032055 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB33285-
CMYK0.960.6200.67
HSL218.78º93.18%17.25%-
HSV(B)218.78º96.47%33.33%-
XYZ2.191.718.81-
YUV29.37159.39109.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 85 (33.59% from 255) = 70.83%
R=2.5%
G=26.67%
B=70.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal332850.960.6200.67218.7893.1817.25
Hex32055603E043db5d11
Octal34012514076010333313521
Binary11100000101010111000001111100100001111011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032055; }

 p { color: rgb(3,32,85); }

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

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

 a { background-color: rgb(3,32,85); }

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

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

 span { border-color: rgb(3,32,85); }

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