Html Css Color HEX #374E57 Atomic

📋 copy color: '#374E57'

red 55 ◦ green 78 ◦ blue 87

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

Shades of Atomic #374E57

Tints of Atomic #374E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.55%

R = 25%
G = 35.45%
B = 39.55%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374E57 (or 0x374E57) is known color: Atomic. HEX triplet: 37, 4E and 57. RGB value is (55,78,87). Sum of RGB (Red+Green+Blue) = 55+78+87=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #374E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E57 is #C8B1A8. Grayscale: #484848. Windows color (decimal): -13152681 or 5721655. OLE color: 5721655.

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

Color convert

RGB 55 78 87 -
CMYK 0.37 0.10 0 0.66
HSL 196.88º 0.23% 0.28% -
HSV(B) 196.88º 0.37% 0.34% -
XYZ 6.02 6.95 10.04 -
YUV 72.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 55 78 87 0.37 0.10 0 0.66 196.88 0.23 0.28
Hex 37 4E 57 25 A 0 42 C5 17 1C
Octal 67 116 127 45 12 0 102 305 27 34
Binary 110111 1001110 1010111 100101 1010 0 1000010 11000101 10111 11100

Color Harmonies of #374E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E57

Black with #374E57

Text Example


Text Example

White with #374E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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