#374851

Color #374851 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #374851

Tints of Atomic #374851

Color information

#374851 (or 0x374851) is unknown color: approx 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

RGB557281-
CMYK0.320.1100.68
HSL200.77º19.12%26.67%-
HSV(B)200.77º32.1%31.76%-
XYZ5.386.048.67-
YUV67.94135.37118.77-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5572810.320.1100.68200.7719.1226.67
Hex37485120B044c9131b
Octal67110121401301043112333
Binary11011110010001010001100000101101000100110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>