#314F4A

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

Shades of Blue Dianne #314F4A

Tints of Blue Dianne #314F4A

Color information

#314F4A (or 0x314F4A) is unknown color: approx Blue Dianne. HEX triplet: 31, 4F and 4A. RGB value is (49,79,74). Sum of RGB (Red+Green+Blue) = 49+79+74=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #314F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F4A is #CEB0B5. Grayscale: #454545. Windows color (decimal): -13545654 or 4869937. OLE color: 4869937.

HSL color Cylindrical-coordinate representation of color #314F4A: hue angle of 170º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314F4A is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB497974-
CMYK0.3800.060.69
HSL170º23.44%25.1%-
HSV(B)170º37.97%30.98%-
XYZ5.36.747.5-
YUV69.46130.56113.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=24.26%
G=39.11%
B=36.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979740.3800.060.6917023.4425.1
Hex314F4A260645aa1719
Octal6111711246061052522731
Binary1100011001111100101010011001101000101101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314F4A; }

 p { color: rgb(49,79,74); }

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

<style>
 a { background-color: #314F4A; }

 a { background-color: rgb(49,79,74); }

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

<style>
 span { border-color: #314F4A; }

 span { border-color: rgb(49,79,74); }

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