#374B4A

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

Shades of Blue Dianne #374B4A

Tints of Blue Dianne #374B4A

Color information

#374B4A (or 0x374B4A) is unknown color: approx Blue Dianne. HEX triplet: 37, 4B and 4A. RGB value is (55,75,74). Sum of RGB (Red+Green+Blue) = 55+75+74=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #374B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B4A is #C8B4B5. Grayscale: #444444. Windows color (decimal): -13153462 or 4868919. OLE color: 4868919.

HSL color Cylindrical-coordinate representation of color #374B4A: hue angle of 177º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B4A is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB557574-
CMYK0.2700.010.71
HSL177º15.38%25.49%-
HSV(B)177º26.67%29.41%-
XYZ5.336.347.42-
YUV68.91130.87118.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=26.96%
G=36.76%
B=36.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575740.2700.010.7117715.3825.49
Hex374B4A1B0147b1f19
Octal6711311233011072611731
Binary110111100101110010101101101100011110110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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