#032255

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

Shades of Sapphire #032255

Tints of Sapphire #032255

Color information

#032255 (or 0x032255) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 55. RGB value is (3,34,85). Sum of RGB (Red+Green+Blue) = 3+34+85=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #032255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032255 is #FCDDAA. Grayscale: #1E1E1E. Windows color (decimal): -16571819 or 5579267. OLE color: 5579267.

HSL color Cylindrical-coordinate representation of color #032255: hue angle of 217.32º 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 #032255 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB33485-
CMYK0.960.6000.67
HSL217.32º93.18%17.25%-
HSV(B)217.32º96.47%33.33%-
XYZ2.251.828.83-
YUV30.54158.73108.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 85 (33.59% from 255) = 69.67%
R=2.46%
G=27.87%
B=69.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal334850.960.6000.67217.3293.1817.25
Hex32255603C043d95d11
Octal34212514074010333113521
Binary11100010101010111000001111000100001111011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032255; }

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

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

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

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

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

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

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

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