#374B4F

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

Shades of Atomic #374B4F

Tints of Atomic #374B4F

Color information

#374B4F (or 0x374B4F) is unknown color: approx Atomic. HEX triplet: 37, 4B and 4F. RGB value is (55,75,79). Sum of RGB (Red+Green+Blue) = 55+75+79=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #374B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B4F is #C8B4B0. Grayscale: #454545. Windows color (decimal): -13153457 or 5196599. OLE color: 5196599.

HSL color Cylindrical-coordinate representation of color #374B4F: hue angle of 190º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374B4F is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557579-
CMYK0.300.0500.69
HSL190º17.91%26.27%-
HSV(B)190º30.38%30.98%-
XYZ5.56.418.34-
YUV69.48133.37117.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=26.32%
G=35.89%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5575790.300.0500.6919017.9126.27
Hex374B4F1E5045be121a
Octal6711311736501052762232
Binary110111100101110011111111010101000101101111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,79); }

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

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

 a { background-color: rgb(55,75,79); }

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

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

 span { border-color: rgb(55,75,79); }

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