Html Css Color HEX #303459 Lucky Point

📋 copy color: '#303459'

red 48 ◦ green 52 ◦ blue 89

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

Shades of Lucky Point #303459

Tints of Lucky Point #303459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 25.4%
G = 27.51%
B = 47.09%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303459 (or 0x303459) is known color: Lucky Point. HEX triplet: 30, 34 and 59. RGB value is (48,52,89). Sum of RGB (Red+Green+Blue) = 48+52+89=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #303459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303459 is #CFCBA6. Grayscale: #363636. Windows color (decimal): -13618087 or 5846064. OLE color: 5846064.

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

Color convert

RGB 48 52 89 -
CMYK 0.46 0.42 0 0.65
HSL 234.15º 0.3% 0.27% -
HSV(B) 234.15º 0.46% 0.35% -
XYZ 4.25 3.81 9.96 -
YUV 55.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 48 52 89 0.46 0.42 0 0.65 234.15 0.3 0.27
Hex 30 34 59 2E 2A 0 41 EA 1E 1B
Octal 60 64 131 56 52 0 101 352 36 33
Binary 110000 110100 1011001 101110 101010 0 1000001 11101010 11110 11011

Color Harmonies of #303459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303459

Black with #303459

Text Example


Text Example

White with #303459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303459; }

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

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

background-color css

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

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

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

border-color css

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

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

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