Html Css Color HEX #374E4E Blue Dianne

📋 copy color: '#374E4E'

red 55 ◦ green 78 ◦ blue 78

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

Shades of Blue Dianne #374E4E

Tints of Blue Dianne #374E4E

RGB

 RED value IS 55 (21.88% from 255) = 26.07%

 GREEN value IS 78 (30.86% from 255) = 36.97%

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 26.07%
G = 36.97%
B = 36.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374E4E (or 0x374E4E) is known color: Blue Dianne. HEX triplet: 37, 4E and 4E. RGB value is (55,78,78). Sum of RGB (Red+Green+Blue) = 55+78+78=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #374E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E4E is #C8B1B1. Grayscale: #474747. Windows color (decimal): -13152690 or 5131831. OLE color: 5131831.

HSL color Cylindrical-coordinate representation of color #374E4E: hue angle of 180º 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 #374E4E is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 78 78 -
CMYK 0.29 0 0 0.69
HSL 180º 0.17% 0.26% -
HSV(B) 180º 0.29% 0.31% -
XYZ 5.68 6.81 8.22 -
YUV 71.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 55 78 78 0.29 0 0 0.69 180 0.17 0.26
Hex 37 4E 4E 1D 0 0 45 B4 11 1A
Octal 67 116 116 35 0 0 105 264 21 32
Binary 110111 1001110 1001110 11101 0 0 1000101 10110100 10001 11010

Color Harmonies of #374E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E4E

Black with #374E4E

Text Example


Text Example

White with #374E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374E4E;
 }
 .AnyTagClassName
 {
   color: #374E4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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