#374954

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

Shades of Atomic #374954

Tints of Atomic #374954

Color information

#374954 (or 0x374954) is unknown color: approx Atomic. HEX triplet: 37, 49 and 54. RGB value is (55,73,84). Sum of RGB (Red+Green+Blue) = 55+73+84=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #374954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374954 is #C8B6AB. Grayscale: #444444. Windows color (decimal): -13153964 or 5523767. OLE color: 5523767.

HSL color Cylindrical-coordinate representation of color #374954: hue angle of 202.76º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374954 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB557384-
CMYK0.350.1300.67
HSL202.76º20.86%27.25%-
HSV(B)202.76º34.52%32.94%-
XYZ5.566.229.29-
YUV68.87136.54118.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=25.94%
G=34.43%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5573840.350.1300.67202.7620.8627.25
Hex37495423D043cb151b
Octal67111124431501033132533
Binary11011110010011010100100011110101000011110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374954; }

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

 H1.HeaderClassName
 {
   color: #374954;
 }
 .AnyTagClassName
 {
   color: #374954;
 }
</style>
background-color css

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

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

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

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

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

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