#212E59

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

Shades of Lucky Point #212E59

Tints of Lucky Point #212E59

Color information

#212E59 (or 0x212E59) is unknown color: approx Lucky Point. HEX triplet: 21, 2E and 59. RGB value is (33,46,89). Sum of RGB (Red+Green+Blue) = 33+46+89=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #212E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E59 is #DED1A6. Grayscale: #2E2E2E. Windows color (decimal): -14602663 or 5844513. OLE color: 5844513.

HSL color Cylindrical-coordinate representation of color #212E59: hue angle of 226.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212E59 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB334689-
CMYK0.630.4800.65
HSL226.07º45.9%23.92%-
HSV(B)226.07º62.92%34.9%-
XYZ3.4139.85-
YUV47.02151.69118-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=19.64%
G=27.38%
B=52.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3346890.630.4800.65226.0745.923.92
Hex212E593F30041e22e18
Octal4156131776001013425630
Binary1000011011101011001111111110000010000011110001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E59; }

 p { color: rgb(33,46,89); }

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

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

 a { background-color: rgb(33,46,89); }

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

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

 span { border-color: rgb(33,46,89); }

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