Html Css Color HEX #374851 Atomic

📋 copy color: '#374851'

red 55 ◦ green 72 ◦ blue 81

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

Shades of Atomic #374851

Tints of Atomic #374851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 26.44%
G = 34.62%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374851 (or 0x374851) is known color: Atomic. HEX triplet: 37, 48 and 51. RGB value is (55,72,81). Sum of RGB (Red+Green+Blue) = 55+72+81=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #374851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374851 is #C8B7AE. Grayscale: #434343. Windows color (decimal): -13154223 or 5326903. OLE color: 5326903.

HSL color Cylindrical-coordinate representation of color #374851: hue angle of 200.77º 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 #374851 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 72 81 -
CMYK 0.32 0.11 0 0.68
HSL 200.77º 0.19% 0.27% -
HSV(B) 200.77º 0.32% 0.32% -
XYZ 5.38 6.04 8.67 -
YUV 67.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 55 72 81 0.32 0.11 0 0.68 200.77 0.19 0.27
Hex 37 48 51 20 B 0 44 C9 13 1B
Octal 67 110 121 40 13 0 104 311 23 33
Binary 110111 1001000 1010001 100000 1011 0 1000100 11001001 10011 11011

Color Harmonies of #374851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374851

Black with #374851

Text Example


Text Example

White with #374851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374851; }

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

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

background-color css

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

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

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

border-color css

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

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

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