Html Css Color HEX #303350 Lucky Point

📋 copy color: '#303350'

red 48 ◦ green 51 ◦ blue 80

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

Shades of Lucky Point #303350

Tints of Lucky Point #303350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 26.82%
G = 28.49%
B = 44.69%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303350 (or 0x303350) is known color: Lucky Point. HEX triplet: 30, 33 and 50. RGB value is (48,51,80). Sum of RGB (Red+Green+Blue) = 48+51+80=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #303350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303350 is #CFCCAF. Grayscale: #353535. Windows color (decimal): -13618352 or 5255984. OLE color: 5255984.

HSL color Cylindrical-coordinate representation of color #303350: hue angle of 234.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303350 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 51 80 -
CMYK 0.40 0.36 0 0.69
HSL 234.38º 0.25% 0.25% -
HSV(B) 234.38º 0.4% 0.31% -
XYZ 3.85 3.58 8.08 -
YUV 53.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 48 51 80 0.40 0.36 0 0.69 234.38 0.25 0.25
Hex 30 33 50 28 24 0 45 EA 19 19
Octal 60 63 120 50 44 0 105 352 31 31
Binary 110000 110011 1010000 101000 100100 0 1000101 11101010 11001 11001

Color Harmonies of #303350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303350

Black with #303350

Text Example


Text Example

White with #303350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303350; }

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

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

background-color css

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

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

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

border-color css

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

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

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