Html Css Color HEX #31354C Lucky Point

📋 copy color: '#31354C'

red 49 ◦ green 53 ◦ blue 76

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

Shades of Lucky Point #31354C

Tints of Lucky Point #31354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 27.53%
G = 29.78%
B = 42.7%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31354C (or 0x31354C) is known color: Lucky Point. HEX triplet: 31, 35 and 4C. RGB value is (49,53,76). Sum of RGB (Red+Green+Blue) = 49+53+76=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #31354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31354C is #CECAB3. Grayscale: #363636. Windows color (decimal): -13552308 or 4994353. OLE color: 4994353.

HSL color Cylindrical-coordinate representation of color #31354C: hue angle of 231.11º 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 #31354C is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 53 76 -
CMYK 0.36 0.30 0 0.70
HSL 231.11º 0.22% 0.25% -
HSV(B) 231.11º 0.36% 0.3% -
XYZ 3.84 3.72 7.35 -
YUV 54.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 49 53 76 0.36 0.30 0 0.70 231.11 0.22 0.25
Hex 31 35 4C 24 1E 0 46 E7 16 19
Octal 61 65 114 44 36 0 106 347 26 31
Binary 110001 110101 1001100 100100 11110 0 1000110 11100111 10110 11001

Color Harmonies of #31354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31354C

Black with #31354C

Text Example


Text Example

White with #31354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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