Html Css Color HEX #303153 Lucky Point

📋 copy color: '#303153'

red 48 ◦ green 49 ◦ blue 83

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

Shades of Lucky Point #303153

Tints of Lucky Point #303153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 26.67%
G = 27.22%
B = 46.11%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303153 (or 0x303153) is known color: Lucky Point. HEX triplet: 30, 31 and 53. RGB value is (48,49,83). Sum of RGB (Red+Green+Blue) = 48+49+83=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #303153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303153 is #CFCEAC. Grayscale: #343434. Windows color (decimal): -13618861 or 5452080. OLE color: 5452080.

HSL color Cylindrical-coordinate representation of color #303153: hue angle of 238.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303153 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 49 83 -
CMYK 0.42 0.41 0 0.67
HSL 238.29º 0.27% 0.26% -
HSV(B) 238.29º 0.42% 0.33% -
XYZ 3.88 3.45 8.65 -
YUV 52.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 48 49 83 0.42 0.41 0 0.67 238.29 0.27 0.26
Hex 30 31 53 2A 29 0 43 EE 1B 1A
Octal 60 61 123 52 51 0 103 356 33 32
Binary 110000 110001 1010011 101010 101001 0 1000011 11101110 11011 11010

Color Harmonies of #303153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303153

Black with #303153

Text Example


Text Example

White with #303153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303153; }

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

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

background-color css

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

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

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

border-color css

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

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

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