#30324D

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

Shades of Lucky Point #30324D

Tints of Lucky Point #30324D

Color information

#30324D (or 0x30324D) is unknown color: approx Lucky Point. HEX triplet: 30, 32 and 4D. RGB value is (48,50,77). Sum of RGB (Red+Green+Blue) = 48+50+77=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #30324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30324D is #CFCDB2. Grayscale: #343434. Windows color (decimal): -13618611 or 5059120. OLE color: 5059120.

HSL color Cylindrical-coordinate representation of color #30324D: hue angle of 235.86º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30324D is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB485077-
CMYK0.380.3500.70
HSL235.86º23.2%24.51%-
HSV(B)235.86º37.66%30.2%-
XYZ3.73.457.49-
YUV52.48141.84124.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 44%
R=27.43%
G=28.57%
B=44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4850770.380.3500.70235.8623.224.51
Hex30324D2623046ec1719
Octal6062115464301063542731
Binary110000110010100110110011010001101000110111011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,50,77); }

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

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

 a { background-color: rgb(48,50,77); }

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

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

 span { border-color: rgb(48,50,77); }

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