Html Css Color HEX #374B4A Blue Dianne

📋 copy color: '#374B4A'

red 55 ◦ green 75 ◦ blue 74

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

Shades of Blue Dianne #374B4A

Tints of Blue Dianne #374B4A

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

R = 26.96%
G = 36.76%
B = 36.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 55 75 74 -
CMYK 0.27 0 0.01 0.71
HSL 177º 0.15% 0.25% -
HSV(B) 177º 0.27% 0.29% -
XYZ 5.33 6.34 7.42 -
YUV 68.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 55 75 74 0.27 0 0.01 0.71 177 0.15 0.25
Hex 37 4B 4A 1B 0 1 47 B1 F 19
Octal 67 113 112 33 0 1 107 261 17 31
Binary 110111 1001011 1001010 11011 0 1 1000111 10110001 1111 11001

Color Harmonies of #374B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B4A

Black with #374B4A

Text Example


Text Example

White with #374B4A

Text Example


Text Example

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