#212C5A

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

Shades of Lucky Point #212C5A

Tints of Lucky Point #212C5A

Color information

#212C5A (or 0x212C5A) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 5A. RGB value is (33,44,90). Sum of RGB (Red+Green+Blue) = 33+44+90=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #212C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C5A is #DED3A5. Grayscale: #2D2D2D. Windows color (decimal): -14603174 or 5909537. OLE color: 5909537.

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

Color convert

RGB334490-
CMYK0.630.5100.65
HSL228.42º46.34%24.12%-
HSV(B)228.42º63.33%35.29%-
XYZ3.372.8610.05-
YUV45.96152.86118.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=19.76%
G=26.35%
B=53.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3344900.630.5100.65228.4246.3424.12
Hex212C5A3F33041e42e18
Octal4154132776301013445630
Binary1000011011001011010111111110011010000011110010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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