Html Css Color HEX #313253 Lucky Point

📋 copy color: '#313253'

red 49 ◦ green 50 ◦ blue 83

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

Shades of Lucky Point #313253

Tints of Lucky Point #313253

RGB

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

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

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

R = 26.92%
G = 27.47%
B = 45.6%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313253 (or 0x313253) is known color: Lucky Point. HEX triplet: 31, 32 and 53. RGB value is (49,50,83). Sum of RGB (Red+Green+Blue) = 49+50+83=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #313253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313253 is #CECDAC. Grayscale: #353535. Windows color (decimal): -13553069 or 5452337. OLE color: 5452337.

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

Color convert

RGB 49 50 83 -
CMYK 0.41 0.40 0 0.67
HSL 238.24º 0.26% 0.26% -
HSV(B) 238.24º 0.41% 0.33% -
XYZ 3.97 3.56 8.66 -
YUV 53.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 49 50 83 0.41 0.40 0 0.67 238.24 0.26 0.26
Hex 31 32 53 29 28 0 43 EE 1A 1A
Octal 61 62 123 51 50 0 103 356 32 32
Binary 110001 110010 1010011 101001 101000 0 1000011 11101110 11010 11010

Color Harmonies of #313253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313253

Black with #313253

Text Example


Text Example

White with #313253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313253; }

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

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

background-color css

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

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

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

border-color css

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

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

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