#37484E

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

Shades of Atomic #37484E

Tints of Atomic #37484E

Color information

#37484E (or 0x37484E) is unknown color: approx Atomic. HEX triplet: 37, 48 and 4E. RGB value is (55,72,78). Sum of RGB (Red+Green+Blue) = 55+72+78=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #37484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37484E is #C8B7B1. Grayscale: #434343. Windows color (decimal): -13154226 or 5130295. OLE color: 5130295.

HSL color Cylindrical-coordinate representation of color #37484E: hue angle of 195.65º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37484E is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557278-
CMYK0.290.0800.69
HSL195.65º17.29%26.08%-
HSV(B)195.65º29.49%30.59%-
XYZ5.2768.09-
YUV67.6133.87119.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=26.83%
G=35.12%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5572780.290.0800.69195.6517.2926.08
Hex37484E1D8045c4111a
Octal67110116351001053042132
Binary1101111001000100111011101100001000101110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37484E; }

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

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

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

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

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

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

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

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