#212E55

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

Shades of Lucky Point #212E55

Tints of Lucky Point #212E55

Color information

#212E55 (or 0x212E55) is unknown color: approx Lucky Point. HEX triplet: 21, 2E and 55. RGB value is (33,46,85). Sum of RGB (Red+Green+Blue) = 33+46+85=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #212E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E55 is #DED1AA. Grayscale: #2E2E2E. Windows color (decimal): -14602667 or 5582369. OLE color: 5582369.

HSL color Cylindrical-coordinate representation of color #212E55: hue angle of 225º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212E55 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB334685-
CMYK0.610.4600.67
HSL225º44.07%23.14%-
HSV(B)225º61.18%33.33%-
XYZ3.242.938.99-
YUV46.56149.69118.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=20.12%
G=28.05%
B=51.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3346850.610.4600.6722544.0723.14
Hex212E553D2E043e12c17
Octal4156125755601033415427
Binary1000011011101010101111101101110010000111110000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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