Html Css Color HEX #313251 Lucky Point

📋 copy color: '#313251'

red 49 ◦ green 50 ◦ blue 81

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

Shades of Lucky Point #313251

Tints of Lucky Point #313251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45%

R = 27.22%
G = 27.78%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313251 (or 0x313251) is known color: Lucky Point. HEX triplet: 31, 32 and 51. RGB value is (49,50,81). Sum of RGB (Red+Green+Blue) = 49+50+81=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #313251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313251 is #CECDAE. Grayscale: #353535. Windows color (decimal): -13553071 or 5321265. OLE color: 5321265.

HSL color Cylindrical-coordinate representation of color #313251: hue angle of 238.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313251 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 50 81 -
CMYK 0.40 0.38 0 0.68
HSL 238.13º 0.25% 0.25% -
HSV(B) 238.13º 0.4% 0.32% -
XYZ 3.89 3.53 8.26 -
YUV 53.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 49 50 81 0.40 0.38 0 0.68 238.13 0.25 0.25
Hex 31 32 51 28 26 0 44 EE 19 19
Octal 61 62 121 50 46 0 104 356 31 31
Binary 110001 110010 1010001 101000 100110 0 1000100 11101110 11001 11001

Color Harmonies of #313251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313251

Black with #313251

Text Example


Text Example

White with #313251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313251; }

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

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

background-color css

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

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

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

border-color css

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

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

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