#3B4B54

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

Shades of Atomic #3B4B54

Tints of Atomic #3B4B54

Color information

#3B4B54 (or 0x3B4B54) is unknown color: approx Atomic. HEX triplet: 3B, 4B and 54. RGB value is (59,75,84). Sum of RGB (Red+Green+Blue) = 59+75+84=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B4B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B54 is #C4B4AB. Grayscale: #474747. Windows color (decimal): -12891308 or 5524283. OLE color: 5524283.

HSL color Cylindrical-coordinate representation of color #3B4B54: hue angle of 201.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B4B54 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB597584-
CMYK0.300.1100.67
HSL201.6º17.48%28.04%-
HSV(B)201.6º29.76%32.94%-
XYZ5.926.69.35-
YUV71.24135.2119.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=27.06%
G=34.40%
B=38.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5975840.300.1100.67201.617.4828.04
Hex3B4B541EB043ca111c
Octal73113124361301033122134
Binary1110111001011101010011110101101000011110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,84); }

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

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

 a { background-color: rgb(59,75,84); }

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

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

 span { border-color: rgb(59,75,84); }

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