Html Css Color HEX #313557 Lucky Point

📋 copy color: '#313557'

red 49 ◦ green 53 ◦ blue 87

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

Shades of Lucky Point #313557

Tints of Lucky Point #313557

RGB

 RED value IS 49 (19.53% from 255) = 25.93%

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

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

R = 25.93%
G = 28.04%
B = 46.03%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#313557 (or 0x313557) is known color: Lucky Point. HEX triplet: 31, 35 and 57. RGB value is (49,53,87). Sum of RGB (Red+Green+Blue) = 49+53+87=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #313557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313557 is #CECAA8. Grayscale: #373737. Windows color (decimal): -13552297 or 5715249. OLE color: 5715249.

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

Color convert

RGB 49 53 87 -
CMYK 0.44 0.39 0 0.66
HSL 233.68º 0.28% 0.27% -
HSV(B) 233.68º 0.44% 0.34% -
XYZ 4.26 3.89 9.54 -
YUV 55.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 49 53 87 0.44 0.39 0 0.66 233.68 0.28 0.27
Hex 31 35 57 2C 27 0 42 EA 1C 1B
Octal 61 65 127 54 47 0 102 352 34 33
Binary 110001 110101 1010111 101100 100111 0 1000010 11101010 11100 11011

Color Harmonies of #313557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313557

Black with #313557

Text Example


Text Example

White with #313557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313557; }

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

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

background-color css

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

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

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

border-color css

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

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

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