Html Css Color HEX #374C56 Atomic

📋 copy color: '#374C56'

red 55 ◦ green 76 ◦ blue 86

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

Shades of Atomic #374C56

Tints of Atomic #374C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 25.35%
G = 35.02%
B = 39.63%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374C56 (or 0x374C56) is known color: Atomic. HEX triplet: 37, 4C and 56. RGB value is (55,76,86). Sum of RGB (Red+Green+Blue) = 55+76+86=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #374C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C56 is #C8B3A9. Grayscale: #464646. Windows color (decimal): -13153194 or 5655607. OLE color: 5655607.

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

Color convert

RGB 55 76 86 -
CMYK 0.36 0.12 0 0.66
HSL 199.35º 0.22% 0.28% -
HSV(B) 199.35º 0.36% 0.34% -
XYZ 5.84 6.65 9.78 -
YUV 70.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 55 76 86 0.36 0.12 0 0.66 199.35 0.22 0.28
Hex 37 4C 56 24 C 0 42 C7 16 1C
Octal 67 114 126 44 14 0 102 307 26 34
Binary 110111 1001100 1010110 100100 1100 0 1000010 11000111 10110 11100

Color Harmonies of #374C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C56

Black with #374C56

Text Example


Text Example

White with #374C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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