#303652

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

Shades of Lucky Point #303652

Tints of Lucky Point #303652

Color information

#303652 (or 0x303652) is unknown color: approx Lucky Point. HEX triplet: 30, 36 and 52. RGB value is (48,54,82). Sum of RGB (Red+Green+Blue) = 48+54+82=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #303652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303652 is #CFC9AD. Grayscale: #373737. Windows color (decimal): -13617582 or 5387824. OLE color: 5387824.

HSL color Cylindrical-coordinate representation of color #303652: hue angle of 229.41º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303652 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485482-
CMYK0.410.3400.68
HSL229.41º26.15%25.49%-
HSV(B)229.41º41.46%32.16%-
XYZ4.063.888.52-
YUV55.4143.01122.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=26.09%
G=29.35%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4854820.410.3400.68229.4126.1525.49
Hex3036522922044e51a19
Octal6066122514201043453231
Binary110000110110101001010100110001001000100111001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303652; }

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

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

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

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

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

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

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

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