Html Css Color HEX #303150 Lucky Point

📋 copy color: '#303150'

red 48 ◦ green 49 ◦ blue 80

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

Shades of Lucky Point #303150

Tints of Lucky Point #303150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

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

R = 27.12%
G = 27.68%
B = 45.2%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303150 (or 0x303150) is known color: Lucky Point. HEX triplet: 30, 31 and 50. RGB value is (48,49,80). Sum of RGB (Red+Green+Blue) = 48+49+80=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #303150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303150 is #CFCEAF. Grayscale: #343434. Windows color (decimal): -13618864 or 5255472. OLE color: 5255472.

HSL color Cylindrical-coordinate representation of color #303150: hue angle of 238.12º 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 #303150 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 49 80 -
CMYK 0.40 0.39 0 0.69
HSL 238.13º 0.25% 0.25% -
HSV(B) 238.13º 0.4% 0.31% -
XYZ 3.77 3.4 8.05 -
YUV 52.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 48 49 80 0.40 0.39 0 0.69 238.13 0.25 0.25
Hex 30 31 50 28 27 0 45 EE 19 19
Octal 60 61 120 50 47 0 105 356 31 31
Binary 110000 110001 1010000 101000 100111 0 1000101 11101110 11001 11001

Color Harmonies of #303150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303150

Black with #303150

Text Example


Text Example

White with #303150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303150; }

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

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

background-color css

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

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

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

border-color css

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

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

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