#152350

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

Shades of Lucky Point #152350

Tints of Lucky Point #152350

Color information

#152350 (or 0x152350) is unknown color: approx Lucky Point. HEX triplet: 15, 23 and 50. RGB value is (21,35,80). Sum of RGB (Red+Green+Blue) = 21+35+80=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #152350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152350 is #EADCAF. Grayscale: #232323. Windows color (decimal): -15391920 or 5251861. OLE color: 5251861.

HSL color Cylindrical-coordinate representation of color #152350: hue angle of 225.76º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152350 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB213580-
CMYK0.740.5600.69
HSL225.76º58.42%19.8%-
HSV(B)225.76º73.75%31.37%-
XYZ2.361.947.84-
YUV35.94152.86117.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=15.44%
G=25.74%
B=58.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2135800.740.5600.69225.7658.4219.8
Hex1523504A38045e23a14
Octal25431201127001053427224
Binary1010110001110100001001010111000010001011110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152350; }

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

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

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

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

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

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

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

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