#303450

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

Shades of Lucky Point #303450

Tints of Lucky Point #303450

Color information

#303450 (or 0x303450) is unknown color: approx Lucky Point. HEX triplet: 30, 34 and 50. RGB value is (48,52,80). Sum of RGB (Red+Green+Blue) = 48+52+80=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #303450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303450 is #CFCBAF. Grayscale: #353535. Windows color (decimal): -13618096 or 5256240. OLE color: 5256240.

HSL color Cylindrical-coordinate representation of color #303450: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303450 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB485280-
CMYK0.400.3500.69
HSL232.5º25%25.1%-
HSV(B)232.5º40%31.37%-
XYZ3.893.668.09-
YUV54142.67123.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=26.67%
G=28.89%
B=44.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4852800.400.3500.69232.52525.1
Hex3034502823045e81919
Octal6064120504301053503131
Binary110000110100101000010100010001101000101111010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303450; }

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

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

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

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

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

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

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

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