Html Css Color HEX #374E59 Atomic

📋 copy color: '#374E59'

red 55 ◦ green 78 ◦ blue 89

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

Shades of Atomic #374E59

Tints of Atomic #374E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 24.77%
G = 35.14%
B = 40.09%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374E59 (or 0x374E59) is known color: Atomic. HEX triplet: 37, 4E and 59. RGB value is (55,78,89). Sum of RGB (Red+Green+Blue) = 55+78+89=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #374E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E59 is #C8B1A6. Grayscale: #484848. Windows color (decimal): -13152679 or 5852727. OLE color: 5852727.

HSL color Cylindrical-coordinate representation of color #374E59: hue angle of 199.41º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374E59 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 78 89 -
CMYK 0.38 0.12 0 0.65
HSL 199.41º 0.24% 0.28% -
HSV(B) 199.41º 0.38% 0.35% -
XYZ 6.1 6.98 10.48 -
YUV 72.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 55 78 89 0.38 0.12 0 0.65 199.41 0.24 0.28
Hex 37 4E 59 26 C 0 41 C7 18 1C
Octal 67 116 131 46 14 0 101 307 30 34
Binary 110111 1001110 1011001 100110 1100 0 1000001 11000111 11000 11100

Color Harmonies of #374E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E59

Black with #374E59

Text Example


Text Example

White with #374E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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