Html Css Color HEX #313553 Lucky Point

📋 copy color: '#313553'

red 49 ◦ green 53 ◦ blue 83

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

Shades of Lucky Point #313553

Tints of Lucky Point #313553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 26.49%
G = 28.65%
B = 44.86%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313553 (or 0x313553) is known color: Lucky Point. HEX triplet: 31, 35 and 53. RGB value is (49,53,83). Sum of RGB (Red+Green+Blue) = 49+53+83=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #313553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313553 is #CECAAC. Grayscale: #373737. Windows color (decimal): -13552301 or 5453105. OLE color: 5453105.

HSL color Cylindrical-coordinate representation of color #313553: hue angle of 232.94º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313553 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 53 83 -
CMYK 0.41 0.36 0 0.67
HSL 232.94º 0.26% 0.26% -
HSV(B) 232.94º 0.41% 0.33% -
XYZ 4.1 3.82 8.71 -
YUV 55.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 49 53 83 0.41 0.36 0 0.67 232.94 0.26 0.26
Hex 31 35 53 29 24 0 43 E9 1A 1A
Octal 61 65 123 51 44 0 103 351 32 32
Binary 110001 110101 1010011 101001 100100 0 1000011 11101001 11010 11010

Color Harmonies of #313553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313553

Black with #313553

Text Example


Text Example

White with #313553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313553; }

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

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

background-color css

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

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

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

border-color css

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

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

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