#31544E

Color #31544E Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #31544E

Tints of Blue Dianne #31544E

Color information

#31544E (or 0x31544E) is unknown color: approx Blue Dianne. HEX triplet: 31, 54 and 4E. RGB value is (49,84,78). Sum of RGB (Red+Green+Blue) = 49+84+78=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #31544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31544E is #CEABB1. Grayscale: #484848. Windows color (decimal): -13544370 or 5133361. OLE color: 5133361.

HSL color Cylindrical-coordinate representation of color #31544E: hue angle of 169.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31544E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB498478-
CMYK0.4200.070.67
HSL169.71º26.32%26.08%-
HSV(B)169.71º41.67%32.94%-
XYZ5.817.548.36-
YUV72.85130.9110.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=23.22%
G=39.81%
B=36.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984780.4200.070.67169.7126.3226.08
Hex31544E2A0743aa1a1a
Octal6112411652071032523232
Binary1100011010100100111010101001111000011101010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31544E;
 }
 .AnyTagClassName
 {
   color: #31544E;
 }
</style>
background-color css

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

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

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

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

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

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