Html Css Color HEX #313651 Lucky Point

📋 copy color: '#313651'

red 49 ◦ green 54 ◦ blue 81

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

Shades of Lucky Point #313651

Tints of Lucky Point #313651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 26.63%
G = 29.35%
B = 44.02%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313651 (or 0x313651) is known color: Lucky Point. HEX triplet: 31, 36 and 51. RGB value is (49,54,81). Sum of RGB (Red+Green+Blue) = 49+54+81=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #313651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313651 is #CEC9AE. Grayscale: #373737. Windows color (decimal): -13552047 or 5322289. OLE color: 5322289.

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

Color convert

RGB 49 54 81 -
CMYK 0.40 0.33 0 0.68
HSL 230.63º 0.25% 0.25% -
HSV(B) 230.63º 0.4% 0.32% -
XYZ 4.07 3.89 8.32 -
YUV 55.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 49 54 81 0.40 0.33 0 0.68 230.63 0.25 0.25
Hex 31 36 51 28 21 0 44 E7 19 19
Octal 61 66 121 50 41 0 104 347 31 31
Binary 110001 110110 1010001 101000 100001 0 1000100 11100111 11001 11001

Color Harmonies of #313651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313651

Black with #313651

Text Example


Text Example

White with #313651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313651; }

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

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

background-color css

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

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

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

border-color css

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

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

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