#152352

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

Shades of Lucky Point #152352

Tints of Lucky Point #152352

Color information

#152352 (or 0x152352) is unknown color: approx Lucky Point. HEX triplet: 15, 23 and 52. RGB value is (21,35,82). Sum of RGB (Red+Green+Blue) = 21+35+82=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #152352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152352 is #EADCAD. Grayscale: #232323. Windows color (decimal): -15391918 or 5382933. OLE color: 5382933.

HSL color Cylindrical-coordinate representation of color #152352: hue angle of 226.23º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152352 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB213582-
CMYK0.740.5700.68
HSL226.23º59.22%20.2%-
HSV(B)226.23º74.39%32.16%-
XYZ2.431.978.23-
YUV36.17153.86117.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=15.22%
G=25.36%
B=59.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2135820.740.5700.68226.2359.2220.2
Hex1523524A39044e23b14
Octal25431221127101043427324
Binary1010110001110100101001010111001010001001110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152352; }

 p { color: rgb(21,35,82); }

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

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

 a { background-color: rgb(21,35,82); }

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

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

 span { border-color: rgb(21,35,82); }

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