Html Css Color HEX #31344D Lucky Point

📋 copy color: '#31344D'

red 49 ◦ green 52 ◦ blue 77

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

Shades of Lucky Point #31344D

Tints of Lucky Point #31344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 27.53%
G = 29.21%
B = 43.26%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31344D (or 0x31344D) is known color: Lucky Point. HEX triplet: 31, 34 and 4D. RGB value is (49,52,77). Sum of RGB (Red+Green+Blue) = 49+52+77=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #31344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31344D is #CECBB2. Grayscale: #353535. Windows color (decimal): -13552563 or 5059633. OLE color: 5059633.

HSL color Cylindrical-coordinate representation of color #31344D: hue angle of 233.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31344D is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 52 77 -
CMYK 0.36 0.32 0 0.70
HSL 233.57º 0.22% 0.25% -
HSV(B) 233.57º 0.36% 0.3% -
XYZ 3.83 3.64 7.52 -
YUV 53.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 49 52 77 0.36 0.32 0 0.70 233.57 0.22 0.25
Hex 31 34 4D 24 20 0 46 EA 16 19
Octal 61 64 115 44 40 0 106 352 26 31
Binary 110001 110100 1001101 100100 100000 0 1000110 11101010 10110 11001

Color Harmonies of #31344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31344D

Black with #31344D

Text Example


Text Example

White with #31344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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