Html Css Color HEX #31514E Blue Dianne

📋 copy color: '#31514E'

red 49 ◦ green 81 ◦ blue 78

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

Shades of Blue Dianne #31514E

Tints of Blue Dianne #31514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.94%

 BLUE value IS 78 (30.86% from 255) = 37.5%

R = 23.56%
G = 38.94%
B = 37.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#31514E (or 0x31514E) is known color: Blue Dianne. HEX triplet: 31, 51 and 4E. RGB value is (49,81,78). Sum of RGB (Red+Green+Blue) = 49+81+78=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #31514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31514E is #CEAEB1. Grayscale: #474747. Windows color (decimal): -13545138 or 5132593. OLE color: 5132593.

HSL color Cylindrical-coordinate representation of color #31514E: hue angle of 174.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31514E is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 78 -
CMYK 0.40 0 0.04 0.68
HSL 174.38º 0.25% 0.25% -
HSV(B) 174.38º 0.4% 0.32% -
XYZ 5.58 7.09 8.28 -
YUV 71.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 49 81 78 0.40 0 0.04 0.68 174.38 0.25 0.25
Hex 31 51 4E 28 0 4 44 AE 19 19
Octal 61 121 116 50 0 4 104 256 31 31
Binary 110001 1010001 1001110 101000 0 100 1000100 10101110 11001 11001

Color Harmonies of #31514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31514E

Black with #31514E

Text Example


Text Example

White with #31514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31514E; }

 p { color: rgb(49,81,78); }

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

background-color css

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

 a { background-color: rgb(49,81,78); }

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

border-color css

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

 span { border-color: rgb(49,81,78); }

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