Html Css Color HEX #303557 Lucky Point

📋 copy color: '#303557'

red 48 ◦ green 53 ◦ blue 87

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

Shades of Lucky Point #303557

Tints of Lucky Point #303557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.28%

R = 25.53%
G = 28.19%
B = 46.28%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#303557 (or 0x303557) is known color: Lucky Point. HEX triplet: 30, 35 and 57. RGB value is (48,53,87). Sum of RGB (Red+Green+Blue) = 48+53+87=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #303557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303557 is #CFCAA8. Grayscale: #373737. Windows color (decimal): -13617833 or 5715248. OLE color: 5715248.

HSL color Cylindrical-coordinate representation of color #303557: hue angle of 232.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303557 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 53 87 -
CMYK 0.45 0.39 0 0.66
HSL 232.31º 0.29% 0.26% -
HSV(B) 232.31º 0.45% 0.34% -
XYZ 4.21 3.86 9.54 -
YUV 55.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 48 53 87 0.45 0.39 0 0.66 232.31 0.29 0.26
Hex 30 35 57 2D 27 0 42 E8 1D 1A
Octal 60 65 127 55 47 0 102 350 35 32
Binary 110000 110101 1010111 101101 100111 0 1000010 11101000 11101 11010

Color Harmonies of #303557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303557

Black with #303557

Text Example


Text Example

White with #303557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303557; }

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

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

background-color css

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

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

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

border-color css

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

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

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