#182350

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

Shades of Lucky Point #182350

Tints of Lucky Point #182350

Color information

#182350 (or 0x182350) is unknown color: approx Lucky Point. HEX triplet: 18, 23 and 50. RGB value is (24,35,80). Sum of RGB (Red+Green+Blue) = 24+35+80=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #182350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182350 is #E7DCAF. Grayscale: #242424. Windows color (decimal): -15195312 or 5251864. OLE color: 5251864.

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

Color convert

RGB243580-
CMYK0.700.5600.69
HSL228.21º53.85%20.39%-
HSV(B)228.21º70%31.37%-
XYZ2.431.987.84-
YUV36.84152.36118.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=17.27%
G=25.18%
B=57.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2435800.700.5600.69228.2153.8520.39
Hex1823504638045e43614
Octal30431201067001053446624
Binary1100010001110100001000110111000010001011110010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182350; }

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

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

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

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

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

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

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

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