#212D5E

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

Shades of Lucky Point #212D5E

Tints of Lucky Point #212D5E

Color information

#212D5E (or 0x212D5E) is unknown color: approx Lucky Point. HEX triplet: 21, 2D and 5E. RGB value is (33,45,94). Sum of RGB (Red+Green+Blue) = 33+45+94=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #212D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D5E is #DED2A1. Grayscale: #2E2E2E. Windows color (decimal): -14602914 or 6171937. OLE color: 6171937.

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

Color convert

RGB334594-
CMYK0.650.5200.63
HSL228.2º48.03%24.9%-
HSV(B)228.2º64.89%36.86%-
XYZ3.593.0110.98-
YUV47154.52118.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 94 (37.11% from 255) = 54.65%
R=19.19%
G=26.16%
B=54.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3345940.650.5200.63228.248.0324.9
Hex212D5E413403Fe43019
Octal4155136101640773446031
Binary1000011011011011110100000111010001111111110010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,94); }

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

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

 a { background-color: rgb(33,45,94); }

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

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

 span { border-color: rgb(33,45,94); }

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