#212557

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

Shades of Lucky Point #212557

Tints of Lucky Point #212557

Color information

#212557 (or 0x212557) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 57. RGB value is (33,37,87). Sum of RGB (Red+Green+Blue) = 33+37+87=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #212557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212557 is #DEDAA8. Grayscale: #292929. Windows color (decimal): -14604969 or 5711137. OLE color: 5711137.

HSL color Cylindrical-coordinate representation of color #212557: hue angle of 235.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212557 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB333787-
CMYK0.620.5700.66
HSL235.56º45%23.53%-
HSV(B)235.56º62.07%34.12%-
XYZ3.012.339.31-
YUV41.5153.67121.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=21.02%
G=23.57%
B=55.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3337870.620.5700.66235.564523.53
Hex2125573E39042ec2d18
Octal4145127767101023545530
Binary1000011001011010111111110111001010000101110110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212557; }

 p { color: rgb(33,37,87); }

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

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

 a { background-color: rgb(33,37,87); }

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

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

 span { border-color: rgb(33,37,87); }

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