#30344D

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

Shades of Lucky Point #30344D

Tints of Lucky Point #30344D

Color information

#30344D (or 0x30344D) is unknown color: approx Lucky Point. HEX triplet: 30, 34 and 4D. RGB value is (48,52,77). Sum of RGB (Red+Green+Blue) = 48+52+77=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #30344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30344D is #CFCBB2. Grayscale: #353535. Windows color (decimal): -13618099 or 5059632. OLE color: 5059632.

HSL color Cylindrical-coordinate representation of color #30344D: hue angle of 231.72º 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 #30344D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB485277-
CMYK0.380.3200.70
HSL231.72º23.2%24.51%-
HSV(B)231.72º37.66%30.2%-
XYZ3.793.627.52-
YUV53.65141.17123.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=27.12%
G=29.38%
B=43.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4852770.380.3200.70231.7223.224.51
Hex30344D2620046e81719
Octal6064115464001063502731
Binary110000110100100110110011010000001000110111010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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