Html Css Color HEX #313450 Lucky Point

📋 copy color: '#313450'

red 49 ◦ green 52 ◦ blue 80

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

Shades of Lucky Point #313450

Tints of Lucky Point #313450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 27.07%
G = 28.73%
B = 44.2%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313450 (or 0x313450) is known color: Lucky Point. HEX triplet: 31, 34 and 50. RGB value is (49,52,80). Sum of RGB (Red+Green+Blue) = 49+52+80=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #313450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313450 is #CECBAF. Grayscale: #363636. Windows color (decimal): -13552560 or 5256241. OLE color: 5256241.

HSL color Cylindrical-coordinate representation of color #313450: hue angle of 234.19º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313450 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 52 80 -
CMYK 0.39 0.35 0 0.69
HSL 234.19º 0.24% 0.25% -
HSV(B) 234.19º 0.39% 0.31% -
XYZ 3.94 3.69 8.09 -
YUV 54.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 49 52 80 0.39 0.35 0 0.69 234.19 0.24 0.25
Hex 31 34 50 27 23 0 45 EA 18 19
Octal 61 64 120 47 43 0 105 352 30 31
Binary 110001 110100 1010000 100111 100011 0 1000101 11101010 11000 11001

Color Harmonies of #313450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313450

Black with #313450

Text Example


Text Example

White with #313450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313450; }

 p { color: rgb(49,52,80); }

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

background-color css

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

 a { background-color: rgb(49,52,80); }

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

border-color css

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

 span { border-color: rgb(49,52,80); }

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