Html Css Color HEX #313657 Lucky Point

📋 copy color: '#313657'

red 49 ◦ green 54 ◦ blue 87

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

Shades of Lucky Point #313657

Tints of Lucky Point #313657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 25.79%
G = 28.42%
B = 45.79%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#313657 (or 0x313657) is known color: Lucky Point. HEX triplet: 31, 36 and 57. RGB value is (49,54,87). Sum of RGB (Red+Green+Blue) = 49+54+87=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #313657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313657 is #CEC9A8. Grayscale: #383838. Windows color (decimal): -13552041 or 5715505. OLE color: 5715505.

HSL color Cylindrical-coordinate representation of color #313657: hue angle of 232.11º 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 #313657 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 54 87 -
CMYK 0.44 0.38 0 0.66
HSL 232.11º 0.28% 0.27% -
HSV(B) 232.11º 0.44% 0.34% -
XYZ 4.31 3.98 9.56 -
YUV 56.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 49 54 87 0.44 0.38 0 0.66 232.11 0.28 0.27
Hex 31 36 57 2C 26 0 42 E8 1C 1B
Octal 61 66 127 54 46 0 102 350 34 33
Binary 110001 110110 1010111 101100 100110 0 1000010 11101000 11100 11011

Color Harmonies of #313657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313657

Black with #313657

Text Example


Text Example

White with #313657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313657; }

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

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

background-color css

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

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

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

border-color css

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

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

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