#212E5D

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

Shades of Lucky Point #212E5D

Tints of Lucky Point #212E5D

Color information

#212E5D (or 0x212E5D) is unknown color: approx Lucky Point. HEX triplet: 21, 2E and 5D. RGB value is (33,46,93). Sum of RGB (Red+Green+Blue) = 33+46+93=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #212E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E5D is #DED1A2. Grayscale: #2F2F2F. Windows color (decimal): -14602659 or 6106657. OLE color: 6106657.

HSL color Cylindrical-coordinate representation of color #212E5D: hue angle of 227º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212E5D is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB334693-
CMYK0.650.5100.64
HSL227º47.62%24.71%-
HSV(B)227º64.52%36.47%-
XYZ3.583.0710.76-
YUV47.47153.69117.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=19.19%
G=26.74%
B=54.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3346930.650.5100.6422747.6224.71
Hex212E5D4133040e33019
Octal41561351016301003436031
Binary10000110111010111011000001110011010000001110001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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