Html Css Color HEX #313353 Lucky Point

📋 copy color: '#313353'

red 49 ◦ green 51 ◦ blue 83

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

Shades of Lucky Point #313353

Tints of Lucky Point #313353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 26.78%
G = 27.87%
B = 45.36%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313353 (or 0x313353) is known color: Lucky Point. HEX triplet: 31, 33 and 53. RGB value is (49,51,83). Sum of RGB (Red+Green+Blue) = 49+51+83=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #313353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313353 is #CECCAC. Grayscale: #353535. Windows color (decimal): -13552813 or 5452593. OLE color: 5452593.

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

Color convert

RGB 49 51 83 -
CMYK 0.41 0.39 0 0.67
HSL 236.47º 0.26% 0.26% -
HSV(B) 236.47º 0.41% 0.33% -
XYZ 4.01 3.65 8.68 -
YUV 54.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 49 51 83 0.41 0.39 0 0.67 236.47 0.26 0.26
Hex 31 33 53 29 27 0 43 EC 1A 1A
Octal 61 63 123 51 47 0 103 354 32 32
Binary 110001 110011 1010011 101001 100111 0 1000011 11101100 11010 11010

Color Harmonies of #313353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313353

Black with #313353

Text Example


Text Example

White with #313353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313353; }

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

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

background-color css

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

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

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

border-color css

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

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

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