Html Css Color HEX #313351 Lucky Point

📋 copy color: '#313351'

red 49 ◦ green 51 ◦ blue 81

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

Shades of Lucky Point #313351

Tints of Lucky Point #313351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 27.07%
G = 28.18%
B = 44.75%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313351 (or 0x313351) is known color: Lucky Point. HEX triplet: 31, 33 and 51. RGB value is (49,51,81). Sum of RGB (Red+Green+Blue) = 49+51+81=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #313351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313351 is #CECCAE. Grayscale: #353535. Windows color (decimal): -13552815 or 5321521. OLE color: 5321521.

HSL color Cylindrical-coordinate representation of color #313351: hue angle of 236.25º 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 #313351 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 51 81 -
CMYK 0.40 0.37 0 0.68
HSL 236.25º 0.25% 0.25% -
HSV(B) 236.25º 0.4% 0.32% -
XYZ 3.94 3.61 8.27 -
YUV 53.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 49 51 81 0.40 0.37 0 0.68 236.25 0.25 0.25
Hex 31 33 51 28 25 0 44 EC 19 19
Octal 61 63 121 50 45 0 104 354 31 31
Binary 110001 110011 1010001 101000 100101 0 1000100 11101100 11001 11001

Color Harmonies of #313351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313351

Black with #313351

Text Example


Text Example

White with #313351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313351; }

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

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

background-color css

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

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

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

border-color css

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

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

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