Html Css Color HEX #374E56 Atomic

📋 copy color: '#374E56'

red 55 ◦ green 78 ◦ blue 86

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

Shades of Atomic #374E56

Tints of Atomic #374E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 25.11%
G = 35.62%
B = 39.27%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374E56 (or 0x374E56) is known color: Atomic. HEX triplet: 37, 4E and 56. RGB value is (55,78,86). Sum of RGB (Red+Green+Blue) = 55+78+86=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #374E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E56 is #C8B1A9. Grayscale: #474747. Windows color (decimal): -13152682 or 5656119. OLE color: 5656119.

HSL color Cylindrical-coordinate representation of color #374E56: hue angle of 195.48º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #374E56 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 78 86 -
CMYK 0.36 0.09 0 0.66
HSL 195.48º 0.22% 0.28% -
HSV(B) 195.48º 0.36% 0.34% -
XYZ 5.98 6.93 9.83 -
YUV 72.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 55 78 86 0.36 0.09 0 0.66 195.48 0.22 0.28
Hex 37 4E 56 24 9 0 42 C3 16 1C
Octal 67 116 126 44 11 0 102 303 26 34
Binary 110111 1001110 1010110 100100 1001 0 1000010 11000011 10110 11100

Color Harmonies of #374E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E56

Black with #374E56

Text Example


Text Example

White with #374E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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