Html Css Color HEX #303559 Lucky Point

📋 copy color: '#303559'

red 48 ◦ green 53 ◦ blue 89

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

Shades of Lucky Point #303559

Tints of Lucky Point #303559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 25.26%
G = 27.89%
B = 46.84%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303559 (or 0x303559) is known color: Lucky Point. HEX triplet: 30, 35 and 59. RGB value is (48,53,89). Sum of RGB (Red+Green+Blue) = 48+53+89=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #303559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303559 is #CFCAA6. Grayscale: #373737. Windows color (decimal): -13617831 or 5846320. OLE color: 5846320.

HSL color Cylindrical-coordinate representation of color #303559: hue angle of 232.68º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303559 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 53 89 -
CMYK 0.46 0.40 0 0.65
HSL 232.68º 0.3% 0.27% -
HSV(B) 232.68º 0.46% 0.35% -
XYZ 4.3 3.9 9.98 -
YUV 55.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 48 53 89 0.46 0.40 0 0.65 232.68 0.3 0.27
Hex 30 35 59 2E 28 0 41 E9 1E 1B
Octal 60 65 131 56 50 0 101 351 36 33
Binary 110000 110101 1011001 101110 101000 0 1000001 11101001 11110 11011

Color Harmonies of #303559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303559

Black with #303559

Text Example


Text Example

White with #303559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303559; }

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

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

background-color css

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

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

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

border-color css

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

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

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