Html Css Color HEX #374C58 Atomic

📋 copy color: '#374C58'

red 55 ◦ green 76 ◦ blue 88

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

Shades of Atomic #374C58

Tints of Atomic #374C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 25.11%
G = 34.7%
B = 40.18%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374C58 (or 0x374C58) is known color: Atomic. HEX triplet: 37, 4C and 58. RGB value is (55,76,88). Sum of RGB (Red+Green+Blue) = 55+76+88=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #374C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C58 is #C8B3A7. Grayscale: #474747. Windows color (decimal): -13153192 or 5786679. OLE color: 5786679.

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

Color convert

RGB 55 76 88 -
CMYK 0.38 0.14 0 0.65
HSL 201.82º 0.23% 0.28% -
HSV(B) 201.82º 0.38% 0.35% -
XYZ 5.92 6.69 10.21 -
YUV 71.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 55 76 88 0.38 0.14 0 0.65 201.82 0.23 0.28
Hex 37 4C 58 26 E 0 41 CA 17 1C
Octal 67 114 130 46 16 0 101 312 27 34
Binary 110111 1001100 1011000 100110 1110 0 1000001 11001010 10111 11100

Color Harmonies of #374C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C58

Black with #374C58

Text Example


Text Example

White with #374C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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