Html Css Color HEX #313255 Lucky Point

📋 copy color: '#313255'

red 49 ◦ green 50 ◦ blue 85

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

Shades of Lucky Point #313255

Tints of Lucky Point #313255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 26.63%
G = 27.17%
B = 46.2%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313255 (or 0x313255) is known color: Lucky Point. HEX triplet: 31, 32 and 55. RGB value is (49,50,85). Sum of RGB (Red+Green+Blue) = 49+50+85=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #313255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313255 is #CECDAA. Grayscale: #353535. Windows color (decimal): -13553067 or 5583409. OLE color: 5583409.

HSL color Cylindrical-coordinate representation of color #313255: hue angle of 238.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 #313255 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 50 85 -
CMYK 0.42 0.41 0 0.67
HSL 238.33º 0.27% 0.26% -
HSV(B) 238.33º 0.42% 0.33% -
XYZ 4.05 3.59 9.07 -
YUV 53.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 49 50 85 0.42 0.41 0 0.67 238.33 0.27 0.26
Hex 31 32 55 2A 29 0 43 EE 1B 1A
Octal 61 62 125 52 51 0 103 356 33 32
Binary 110001 110010 1010101 101010 101001 0 1000011 11101110 11011 11010

Color Harmonies of #313255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313255

Black with #313255

Text Example


Text Example

White with #313255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313255; }

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

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

background-color css

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

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

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

border-color css

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

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

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