#032254

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

Shades of Sapphire #032254

Tints of Sapphire #032254

Color information

#032254 (or 0x032254) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 54. RGB value is (3,34,84). Sum of RGB (Red+Green+Blue) = 3+34+84=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #032254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032254 is #FCDDAB. Grayscale: #1E1E1E. Windows color (decimal): -16571820 or 5513731. OLE color: 5513731.

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

Color convert

RGB33484-
CMYK0.960.6000.67
HSL217.04º93.1%17.06%-
HSV(B)217.04º96.43%32.94%-
XYZ2.211.88.62-
YUV30.43158.23108.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 84 (33.20% from 255) = 69.42%
R=2.48%
G=28.10%
B=69.42%

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
Decimal334840.960.6000.67217.0493.117.06
Hex32254603C043d95d11
Octal34212414074010333113521
Binary11100010101010011000001111000100001111011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032254; }

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

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

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

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

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

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

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

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