Html Css Color HEX #31504D Blue Dianne

📋 copy color: '#31504D'

red 49 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #31504D

Tints of Blue Dianne #31504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 23.79%
G = 38.83%
B = 37.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#31504D (or 0x31504D) is known color: Blue Dianne. HEX triplet: 31, 50 and 4D. RGB value is (49,80,77). Sum of RGB (Red+Green+Blue) = 49+80+77=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #31504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31504D is #CEAFB2. Grayscale: #464646. Windows color (decimal): -13545395 or 5066801. OLE color: 5066801.

HSL color Cylindrical-coordinate representation of color #31504D: hue angle of 174.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 #31504D is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 77 -
CMYK 0.39 0 0.04 0.69
HSL 174.19º 0.24% 0.25% -
HSV(B) 174.19º 0.39% 0.31% -
XYZ 5.47 6.93 8.07 -
YUV 70.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 49 80 77 0.39 0 0.04 0.69 174.19 0.24 0.25
Hex 31 50 4D 27 0 4 45 AE 18 19
Octal 61 120 115 47 0 4 105 256 30 31
Binary 110001 1010000 1001101 100111 0 100 1000101 10101110 11000 11001

Color Harmonies of #31504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31504D

Black with #31504D

Text Example


Text Example

White with #31504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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