Html Css Color HEX #313552 Lucky Point

📋 copy color: '#313552'

red 49 ◦ green 53 ◦ blue 82

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

Shades of Lucky Point #313552

Tints of Lucky Point #313552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 26.63%
G = 28.8%
B = 44.57%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313552 (or 0x313552) is known color: Lucky Point. HEX triplet: 31, 35 and 52. RGB value is (49,53,82). Sum of RGB (Red+Green+Blue) = 49+53+82=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #313552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313552 is #CECAAD. Grayscale: #363636. Windows color (decimal): -13552302 or 5387569. OLE color: 5387569.

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

Color convert

RGB 49 53 82 -
CMYK 0.40 0.35 0 0.68
HSL 232.73º 0.25% 0.26% -
HSV(B) 232.73º 0.4% 0.32% -
XYZ 4.06 3.81 8.5 -
YUV 55.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 49 53 82 0.40 0.35 0 0.68 232.73 0.25 0.26
Hex 31 35 52 28 23 0 44 E9 19 1A
Octal 61 65 122 50 43 0 104 351 31 32
Binary 110001 110101 1010010 101000 100011 0 1000100 11101001 11001 11010

Color Harmonies of #313552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313552

Black with #313552

Text Example


Text Example

White with #313552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313552; }

 p { color: rgb(49,53,82); }

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

background-color css

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

 a { background-color: rgb(49,53,82); }

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

border-color css

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

 span { border-color: rgb(49,53,82); }

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