Html Css Color HEX #374E58 Atomic

📋 copy color: '#374E58'

red 55 ◦ green 78 ◦ blue 88

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

Shades of Atomic #374E58

Tints of Atomic #374E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 24.89%
G = 35.29%
B = 39.82%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374E58 (or 0x374E58) is known color: Atomic. HEX triplet: 37, 4E and 58. RGB value is (55,78,88). Sum of RGB (Red+Green+Blue) = 55+78+88=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #374E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E58 is #C8B1A7. Grayscale: #484848. Windows color (decimal): -13152680 or 5787191. OLE color: 5787191.

HSL color Cylindrical-coordinate representation of color #374E58: hue angle of 198.18º degrees, saturation: 0.23, 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 #374E58 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 78 88 -
CMYK 0.38 0.11 0 0.65
HSL 198.18º 0.23% 0.28% -
HSV(B) 198.18º 0.38% 0.35% -
XYZ 6.06 6.97 10.26 -
YUV 72.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 55 78 88 0.38 0.11 0 0.65 198.18 0.23 0.28
Hex 37 4E 58 26 B 0 41 C6 17 1C
Octal 67 116 130 46 13 0 101 306 27 34
Binary 110111 1001110 1011000 100110 1011 0 1000001 11000110 10111 11100

Color Harmonies of #374E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E58

Black with #374E58

Text Example


Text Example

White with #374E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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