#303654

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

Shades of Lucky Point #303654

Tints of Lucky Point #303654

Color information

#303654 (or 0x303654) is unknown color: approx Lucky Point. HEX triplet: 30, 36 and 54. RGB value is (48,54,84). Sum of RGB (Red+Green+Blue) = 48+54+84=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #303654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303654 is #CFC9AB. Grayscale: #373737. Windows color (decimal): -13617580 or 5518896. OLE color: 5518896.

HSL color Cylindrical-coordinate representation of color #303654: hue angle of 230º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303654 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB485484-
CMYK0.430.3600.67
HSL230º27.27%25.88%-
HSV(B)230º42.86%32.94%-
XYZ4.143.918.92-
YUV55.63144.01122.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=25.81%
G=29.03%
B=45.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4854840.430.3600.6723027.2725.88
Hex3036542B24043e61b1a
Octal6066124534401033463332
Binary110000110110101010010101110010001000011111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303654; }

 p { color: rgb(48,54,84); }

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

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

 a { background-color: rgb(48,54,84); }

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

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

 span { border-color: rgb(48,54,84); }

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