#30354E

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

Shades of Lucky Point #30354E

Tints of Lucky Point #30354E

Color information

#30354E (or 0x30354E) is unknown color: approx Lucky Point. HEX triplet: 30, 35 and 4E. RGB value is (48,53,78). Sum of RGB (Red+Green+Blue) = 48+53+78=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #30354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30354E is #CFCAB1. Grayscale: #363636. Windows color (decimal): -13617842 or 5125424. OLE color: 5125424.

HSL color Cylindrical-coordinate representation of color #30354E: hue angle of 230º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30354E is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB485378-
CMYK0.380.3200.69
HSL230º23.81%24.71%-
HSV(B)230º38.46%30.59%-
XYZ3.873.727.72-
YUV54.35141.34123.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=26.82%
G=29.61%
B=43.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4853780.380.3200.6923023.8124.71
Hex30354E2620045e61819
Octal6065116464001053463031
Binary110000110101100111010011010000001000101111001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30354E; }

 p { color: rgb(48,53,78); }

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

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

 a { background-color: rgb(48,53,78); }

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

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

 span { border-color: rgb(48,53,78); }

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