Html Css Color HEX #303553 Lucky Point

📋 copy color: '#303553'

red 48 ◦ green 53 ◦ blue 83

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

Shades of Lucky Point #303553

Tints of Lucky Point #303553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 26.09%
G = 28.8%
B = 45.11%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303553 (or 0x303553) is known color: Lucky Point. HEX triplet: 30, 35 and 53. RGB value is (48,53,83). Sum of RGB (Red+Green+Blue) = 48+53+83=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #303553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303553 is #CFCAAC. Grayscale: #363636. Windows color (decimal): -13617837 or 5453104. OLE color: 5453104.

HSL color Cylindrical-coordinate representation of color #303553: hue angle of 231.43º 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 #303553 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 53 83 -
CMYK 0.42 0.36 0 0.67
HSL 231.43º 0.27% 0.26% -
HSV(B) 231.43º 0.42% 0.33% -
XYZ 4.05 3.8 8.7 -
YUV 54.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 48 53 83 0.42 0.36 0 0.67 231.43 0.27 0.26
Hex 30 35 53 2A 24 0 43 E7 1B 1A
Octal 60 65 123 52 44 0 103 347 33 32
Binary 110000 110101 1010011 101010 100100 0 1000011 11100111 11011 11010

Color Harmonies of #303553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303553

Black with #303553

Text Example


Text Example

White with #303553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303553; }

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

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

background-color css

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

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

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

border-color css

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

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

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