#3B4D58

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

Shades of Atomic #3B4D58

Tints of Atomic #3B4D58

Color information

#3B4D58 (or 0x3B4D58) is unknown color: approx Atomic. HEX triplet: 3B, 4D and 58. RGB value is (59,77,88). Sum of RGB (Red+Green+Blue) = 59+77+88=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D58 is #C4B2A7. Grayscale: #484848. Windows color (decimal): -12890792 or 5786939. OLE color: 5786939.

HSL color Cylindrical-coordinate representation of color #3B4D58: hue angle of 202.76º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4D58 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB597788-
CMYK0.330.1200.65
HSL202.76º19.73%28.82%-
HSV(B)202.76º32.95%34.51%-
XYZ6.226.9410.24-
YUV72.87136.54118.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=26.34%
G=34.38%
B=39.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5977880.330.1200.65202.7619.7328.82
Hex3B4D5821C041cb141d
Octal73115130411401013132435
Binary11101110011011011000100001110001000001110010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4D58; }

 p { color: rgb(59,77,88); }

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

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

 a { background-color: rgb(59,77,88); }

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

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

 span { border-color: rgb(59,77,88); }

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