#303348

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

Shades of Lucky Point #303348

Tints of Lucky Point #303348

Color information

#303348 (or 0x303348) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 48. RGB value is (48,51,72). Sum of RGB (Red+Green+Blue) = 48+51+72=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #303348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303348 is #CFCCB7. Grayscale: #343434. Windows color (decimal): -13618360 or 4731696. OLE color: 4731696.

HSL color Cylindrical-coordinate representation of color #303348: hue angle of 232.5º 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 #303348 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB485172-
CMYK0.330.2900.72
HSL232.5º20%23.53%-
HSV(B)232.5º33.33%28.24%-
XYZ3.573.466.61-
YUV52.5139.01124.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=28.07%
G=29.82%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4851720.330.2900.72232.52023.53
Hex303348211D048e81418
Octal6063110413501103502430
Binary11000011001110010001000011110101001000111010001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303348; }

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

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

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

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

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

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

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

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