Html Css Color HEX #374951 Atomic

📋 copy color: '#374951'

red 55 ◦ green 73 ◦ blue 81

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

Shades of Atomic #374951

Tints of Atomic #374951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 81 (32.03% from 255) = 38.76%

R = 26.32%
G = 34.93%
B = 38.76%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374951 (or 0x374951) is known color: Atomic. HEX triplet: 37, 49 and 51. RGB value is (55,73,81). Sum of RGB (Red+Green+Blue) = 55+73+81=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #374951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374951 is #C8B6AE. Grayscale: #444444. Windows color (decimal): -13153967 or 5327159. OLE color: 5327159.

HSL color Cylindrical-coordinate representation of color #374951: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374951 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 73 81 -
CMYK 0.32 0.10 0 0.68
HSL 198.46º 0.19% 0.27% -
HSV(B) 198.46º 0.32% 0.32% -
XYZ 5.44 6.17 8.69 -
YUV 68.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 55 73 81 0.32 0.10 0 0.68 198.46 0.19 0.27
Hex 37 49 51 20 A 0 44 C6 13 1B
Octal 67 111 121 40 12 0 104 306 23 33
Binary 110111 1001001 1010001 100000 1010 0 1000100 11000110 10011 11011

Color Harmonies of #374951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374951

Black with #374951

Text Example


Text Example

White with #374951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374951; }

 p { color: rgb(55,73,81); }

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

background-color css

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

 a { background-color: rgb(55,73,81); }

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

border-color css

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

 span { border-color: rgb(55,73,81); }

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