Html Css Color HEX #313555 Lucky Point

📋 copy color: '#313555'

red 49 ◦ green 53 ◦ blue 85

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

Shades of Lucky Point #313555

Tints of Lucky Point #313555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 26.2%
G = 28.34%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313555 (or 0x313555) is known color: Lucky Point. HEX triplet: 31, 35 and 55. RGB value is (49,53,85). Sum of RGB (Red+Green+Blue) = 49+53+85=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #313555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313555 is #CECAAA. Grayscale: #373737. Windows color (decimal): -13552299 or 5584177. OLE color: 5584177.

HSL color Cylindrical-coordinate representation of color #313555: hue angle of 233.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313555 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 53 85 -
CMYK 0.42 0.38 0 0.67
HSL 233.33º 0.27% 0.26% -
HSV(B) 233.33º 0.42% 0.33% -
XYZ 4.18 3.86 9.12 -
YUV 55.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 49 53 85 0.42 0.38 0 0.67 233.33 0.27 0.26
Hex 31 35 55 2A 26 0 43 E9 1B 1A
Octal 61 65 125 52 46 0 103 351 33 32
Binary 110001 110101 1010101 101010 100110 0 1000011 11101001 11011 11010

Color Harmonies of #313555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313555

Black with #313555

Text Example


Text Example

White with #313555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313555; }

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

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

background-color css

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

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

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

border-color css

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

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

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