#303248

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

Shades of Lucky Point #303248

Tints of Lucky Point #303248

Color information

#303248 (or 0x303248) is unknown color: approx Lucky Point. HEX triplet: 30, 32 and 48. RGB value is (48,50,72). Sum of RGB (Red+Green+Blue) = 48+50+72=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #303248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303248 is #CFCDB7. Grayscale: #333333. Windows color (decimal): -13618616 or 4731440. OLE color: 4731440.

HSL color Cylindrical-coordinate representation of color #303248: hue angle of 235º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303248 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB485072-
CMYK0.330.3100.72
HSL235º20%23.53%-
HSV(B)235º33.33%28.24%-
XYZ3.533.386.6-
YUV51.91139.34125.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=28.24%
G=29.41%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4850720.330.3100.722352023.53
Hex303248211F048eb1418
Octal6062110413701103532430
Binary11000011001010010001000011111101001000111010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303248; }

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

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

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

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

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

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

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

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