Html Css Color HEX #303346 Lucky Point

📋 copy color: '#303346'

red 48 ◦ green 51 ◦ blue 70

#303346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #303346

Tints of Lucky Point #303346

RGB

 RED value IS 48 (19.14% from 255) = 28.4%

 GREEN value IS 51 (20.31% from 255) = 30.18%

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 28.4%
G = 30.18%
B = 41.42%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303346 (or 0x303346) is known color: Lucky Point. HEX triplet: 30, 33 and 46. RGB value is (48,51,70). Sum of RGB (Red+Green+Blue) = 48+51+70=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #303346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303346 is #CFCCB9. Grayscale: #343434. Windows color (decimal): -13618362 or 4600624. OLE color: 4600624.

HSL color Cylindrical-coordinate representation of color #303346: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303346 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 51 70 -
CMYK 0.31 0.27 0 0.73
HSL 231.82º 0.19% 0.23% -
HSV(B) 231.82º 0.31% 0.27% -
XYZ 3.51 3.44 6.27 -
YUV 52.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 48 51 70 0.31 0.27 0 0.73 231.82 0.19 0.23
Hex 30 33 46 1F 1B 0 49 E8 13 17
Octal 60 63 106 37 33 0 111 350 23 27
Binary 110000 110011 1000110 11111 11011 0 1001001 11101000 10011 10111

Color Harmonies of #303346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303346

Black with #303346

Text Example


Text Example

White with #303346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303346; }

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

 H1.HeaderClassName
 {
   color: #303346;
 }
 .AnyTagClassName
 {
   color: #303346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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