#374E4A

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

Shades of Blue Dianne #374E4A

Tints of Blue Dianne #374E4A

Color information

#374E4A (or 0x374E4A) is unknown color: approx Blue Dianne. HEX triplet: 37, 4E and 4A. RGB value is (55,78,74). Sum of RGB (Red+Green+Blue) = 55+78+74=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #374E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E4A is #C8B1B5. Grayscale: #464646. Windows color (decimal): -13152694 or 4869687. OLE color: 4869687.

HSL color Cylindrical-coordinate representation of color #374E4A: hue angle of 169.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374E4A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB557874-
CMYK0.2900.050.69
HSL169.57º17.29%26.08%-
HSV(B)169.57º29.49%30.59%-
XYZ5.546.767.49-
YUV70.67129.88116.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=26.57%
G=37.68%
B=35.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578740.2900.050.69169.5717.2926.08
Hex374E4A1D0545aa111a
Octal6711611235051052522132
Binary110111100111010010101110101011000101101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E4A; }

 p { color: rgb(55,78,74); }

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

<style>
 a { background-color: #374E4A; }

 a { background-color: rgb(55,78,74); }

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

<style>
 span { border-color: #374E4A; }

 span { border-color: rgb(55,78,74); }

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