#212457

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

Shades of Lucky Point #212457

Tints of Lucky Point #212457

Color information

#212457 (or 0x212457) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 57. RGB value is (33,36,87). Sum of RGB (Red+Green+Blue) = 33+36+87=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #212457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212457 is #DEDBA8. Grayscale: #282828. Windows color (decimal): -14605225 or 5710881. OLE color: 5710881.

HSL color Cylindrical-coordinate representation of color #212457: hue angle of 236.67º 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 #212457 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB333687-
CMYK0.620.5900.66
HSL236.67º45%23.53%-
HSV(B)236.67º62.07%34.12%-
XYZ2.982.279.3-
YUV40.92154.01122.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=21.15%
G=23.08%
B=55.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3336870.620.5900.66236.674523.53
Hex2124573E3B042ed2d18
Octal4144127767301023555530
Binary1000011001001010111111110111011010000101110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212457; }

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

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

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

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

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

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

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

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