Html Css Color HEX #374E4A Blue Dianne

📋 copy color: '#374E4A'

red 55 ◦ green 78 ◦ blue 74

#374E4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #374E4A

Tints of Blue Dianne #374E4A

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.3% from 255) = 35.75%

R = 26.57%
G = 37.68%
B = 35.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#374E4A (or 0x374E4A) is known color: 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

RGB 55 78 74 -
CMYK 0.29 0 0.05 0.69
HSL 169.57º 0.17% 0.26% -
HSV(B) 169.57º 0.29% 0.31% -
XYZ 5.54 6.76 7.49 -
YUV 70.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 55 78 74 0.29 0 0.05 0.69 169.57 0.17 0.26
Hex 37 4E 4A 1D 0 5 45 AA 11 1A
Octal 67 116 112 35 0 5 105 252 21 32
Binary 110111 1001110 1001010 11101 0 101 1000101 10101010 10001 11010

Color Harmonies of #374E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E4A

Black with #374E4A

Text Example


Text Example

White with #374E4A

Text Example


Text Example

HTML Codes & Css Web 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>