#212C5E

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

Shades of Lucky Point #212C5E

Tints of Lucky Point #212C5E

Color information

#212C5E (or 0x212C5E) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 5E. RGB value is (33,44,94). Sum of RGB (Red+Green+Blue) = 33+44+94=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #212C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C5E is #DED3A1. Grayscale: #2E2E2E. Windows color (decimal): -14603170 or 6171681. OLE color: 6171681.

HSL color Cylindrical-coordinate representation of color #212C5E: hue angle of 229.18º 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 #212C5E is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB334494-
CMYK0.650.5300.63
HSL229.18º48.03%24.9%-
HSV(B)229.18º64.89%36.86%-
XYZ3.552.9310.97-
YUV46.41154.86118.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=19.30%
G=25.73%
B=54.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3344940.650.5300.63229.1848.0324.9
Hex212C5E413503Fe53019
Octal4154136101650773456031
Binary1000011011001011110100000111010101111111110010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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