#212A4B

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

Shades of Lucky Point #212A4B

Tints of Lucky Point #212A4B

Color information

#212A4B (or 0x212A4B) is unknown color: approx Lucky Point. HEX triplet: 21, 2A and 4B. RGB value is (33,42,75). Sum of RGB (Red+Green+Blue) = 33+42+75=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #212A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A4B is #DED5B4. Grayscale: #2A2A2A. Windows color (decimal): -14603701 or 4925985. OLE color: 4925985.

HSL color Cylindrical-coordinate representation of color #212A4B: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #212A4B is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB334275-
CMYK0.560.4400.71
HSL227.14º38.89%21.18%-
HSV(B)227.14º56%29.41%-
XYZ2.732.496.99-
YUV43.07146.02120.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 75 (29.69% from 255) = 50%
R=22%
G=28%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3342750.560.4400.71227.1438.8921.18
Hex212A4B382C047e32715
Octal4152113705401073434725
Binary1000011010101001011111000101100010001111110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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