#374D4A

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

Shades of Blue Dianne #374D4A

Tints of Blue Dianne #374D4A

Color information

#374D4A (or 0x374D4A) is unknown color: approx Blue Dianne. HEX triplet: 37, 4D and 4A. RGB value is (55,77,74). Sum of RGB (Red+Green+Blue) = 55+77+74=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #374D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D4A is #C8B2B5. Grayscale: #464646. Windows color (decimal): -13152950 or 4869431. OLE color: 4869431.

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

Color convert

RGB557774-
CMYK0.2900.040.70
HSL171.82º16.67%25.88%-
HSV(B)171.82º28.57%30.2%-
XYZ5.476.617.47-
YUV70.08130.21117.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=26.70%
G=37.38%
B=35.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577740.2900.040.70171.8216.6725.88
Hex374D4A1D0446ac111a
Octal6711511235041062542132
Binary110111100110110010101110101001000110101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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