#212952

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

Shades of Lucky Point #212952

Tints of Lucky Point #212952

Color information

#212952 (or 0x212952) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 52. RGB value is (33,41,82). Sum of RGB (Red+Green+Blue) = 33+41+82=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #212952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212952 is #DED6AD. Grayscale: #2B2B2B. Windows color (decimal): -14603950 or 5384481. OLE color: 5384481.

HSL color Cylindrical-coordinate representation of color #212952: hue angle of 230.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212952 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334182-
CMYK0.600.5000.68
HSL230.2º42.61%22.55%-
HSV(B)230.2º59.76%32.16%-
XYZ2.942.528.31-
YUV43.28149.85120.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=21.15%
G=26.28%
B=52.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3341820.600.5000.68230.242.6122.55
Hex2129523C32044e62b17
Octal4151122746201043465327
Binary1000011010011010010111100110010010001001110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212952; }

 p { color: rgb(33,41,82); }

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

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

 a { background-color: rgb(33,41,82); }

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

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

 span { border-color: rgb(33,41,82); }

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