#21234D

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

Shades of Lucky Point #21234D

Tints of Lucky Point #21234D

Color information

#21234D (or 0x21234D) is unknown color: approx Lucky Point. HEX triplet: 21, 23 and 4D. RGB value is (33,35,77). Sum of RGB (Red+Green+Blue) = 33+35+77=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #21234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21234D is #DEDCB2. Grayscale: #272727. Windows color (decimal): -14605491 or 5055265. OLE color: 5055265.

HSL color Cylindrical-coordinate representation of color #21234D: hue angle of 237.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21234D is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB333577-
CMYK0.570.5500.70
HSL237.27º40%21.57%-
HSV(B)237.27º57.14%30.2%-
XYZ2.572.067.28-
YUV39.19149.34123.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=22.76%
G=24.14%
B=53.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3335770.570.5500.70237.274021.57
Hex21234D3937046ed2816
Octal4143115716701063555026
Binary1000011000111001101111001110111010001101110110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21234D; }

 p { color: rgb(33,35,77); }

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

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

 a { background-color: rgb(33,35,77); }

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

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

 span { border-color: rgb(33,35,77); }

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