Html Css Color HEX #374A57 Atomic

📋 copy color: '#374A57'

red 55 ◦ green 74 ◦ blue 87

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

Shades of Atomic #374A57

Tints of Atomic #374A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 25.46%
G = 34.26%
B = 40.28%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374A57 (or 0x374A57) is known color: Atomic. HEX triplet: 37, 4A and 57. RGB value is (55,74,87). Sum of RGB (Red+Green+Blue) = 55+74+87=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #374A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A57 is #C8B5A8. Grayscale: #454545. Windows color (decimal): -13153705 or 5720631. OLE color: 5720631.

HSL color Cylindrical-coordinate representation of color #374A57: hue angle of 204.38º 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 #374A57 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 74 87 -
CMYK 0.37 0.15 0 0.66
HSL 204.38º 0.23% 0.28% -
HSV(B) 204.38º 0.37% 0.34% -
XYZ 5.74 6.4 9.95 -
YUV 69.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 55 74 87 0.37 0.15 0 0.66 204.38 0.23 0.28
Hex 37 4A 57 25 F 0 42 CC 17 1C
Octal 67 112 127 45 17 0 102 314 27 34
Binary 110111 1001010 1010111 100101 1111 0 1000010 11001100 10111 11100

Color Harmonies of #374A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A57

Black with #374A57

Text Example


Text Example

White with #374A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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