#303253

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

Shades of Lucky Point #303253

Tints of Lucky Point #303253

Color information

#303253 (or 0x303253) is unknown color: approx Lucky Point. HEX triplet: 30, 32 and 53. RGB value is (48,50,83). Sum of RGB (Red+Green+Blue) = 48+50+83=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #303253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303253 is #CFCDAC. Grayscale: #353535. Windows color (decimal): -13618605 or 5452336. OLE color: 5452336.

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

Color convert

RGB485083-
CMYK0.420.4000.67
HSL236.57º26.72%25.69%-
HSV(B)236.57º42.17%32.55%-
XYZ3.923.538.66-
YUV53.16144.84124.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=26.52%
G=27.62%
B=45.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4850830.420.4000.67236.5726.7225.69
Hex3032532A28043ed1b1a
Octal6062123525001033553332
Binary110000110010101001110101010100001000011111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303253; }

 p { color: rgb(48,50,83); }

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

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

 a { background-color: rgb(48,50,83); }

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

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

 span { border-color: rgb(48,50,83); }

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