Html Css Color HEX #313250 Lucky Point

📋 copy color: '#313250'

red 49 ◦ green 50 ◦ blue 80

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

Shades of Lucky Point #313250

Tints of Lucky Point #313250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 27.37%
G = 27.93%
B = 44.69%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313250 (or 0x313250) is known color: Lucky Point. HEX triplet: 31, 32 and 50. RGB value is (49,50,80). Sum of RGB (Red+Green+Blue) = 49+50+80=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #313250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313250 is #CECDAF. Grayscale: #353535. Windows color (decimal): -13553072 or 5255729. OLE color: 5255729.

HSL color Cylindrical-coordinate representation of color #313250: hue angle of 238.06º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313250 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 50 80 -
CMYK 0.39 0.37 0 0.69
HSL 238.06º 0.24% 0.25% -
HSV(B) 238.06º 0.39% 0.31% -
XYZ 3.86 3.51 8.06 -
YUV 53.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 49 50 80 0.39 0.37 0 0.69 238.06 0.24 0.25
Hex 31 32 50 27 25 0 45 EE 18 19
Octal 61 62 120 47 45 0 105 356 30 31
Binary 110001 110010 1010000 100111 100101 0 1000101 11101110 11000 11001

Color Harmonies of #313250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313250

Black with #313250

Text Example


Text Example

White with #313250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313250; }

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

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

background-color css

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

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

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

border-color css

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

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

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