#30344A

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

Shades of Lucky Point #30344A

Tints of Lucky Point #30344A

Color information

#30344A (or 0x30344A) is unknown color: approx Lucky Point. HEX triplet: 30, 34 and 4A. RGB value is (48,52,74). Sum of RGB (Red+Green+Blue) = 48+52+74=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #30344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30344A is #CFCBB5. Grayscale: #353535. Windows color (decimal): -13618102 or 4863024. OLE color: 4863024.

HSL color Cylindrical-coordinate representation of color #30344A: hue angle of 230.77º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30344A is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB485274-
CMYK0.350.3000.71
HSL230.77º21.31%23.92%-
HSV(B)230.77º35.14%29.02%-
XYZ3.683.586.98-
YUV53.31139.67124.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=27.59%
G=29.89%
B=42.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4852740.350.3000.71230.7721.3123.92
Hex30344A231E047e71518
Octal6064112433601073472530
Binary11000011010010010101000111111001000111111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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