#212a5a

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

Shades of Lucky Point #212A5A

Tints of Lucky Point #212A5A

Color information

#212A5A (or 0x212A5A) is unknown color: approx Lucky Point. HEX triplet: 21, 2A and 5A. RGB value is (33,42,90). Sum of RGB (Red+Green+Blue) = 33+42+90=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #212A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A5A is #DED5A5. Grayscale: #2C2C2C. Windows color (decimal): -14603686 or 5909025. OLE color: 5909025.

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

Color convert

RGB334290-
CMYK0.630.5300.65
HSL230.53º46.34%24.12%-
HSV(B)230.53º63.33%35.29%-
XYZ3.32.7210.02-
YUV44.78153.52119.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=20%
G=25.45%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3342900.630.5300.65230.5346.3424.12
Hex212A5A3F35041e72e18
Octal4152132776501013475630
Binary1000011010101011010111111110101010000011110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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