#334C59

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

Shades of Atomic #334C59

Tints of Atomic #334C59

Color information

#334C59 (or 0x334C59) is unknown color: approx Atomic. HEX triplet: 33, 4C and 59. RGB value is (51,76,89). Sum of RGB (Red+Green+Blue) = 51+76+89=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #334C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C59 is #CCB3A6. Grayscale: #454545. Windows color (decimal): -13415335 or 5852211. OLE color: 5852211.

HSL color Cylindrical-coordinate representation of color #334C59: hue angle of 200.53º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334C59 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517689-
CMYK0.430.1500.65
HSL200.53º27.14%27.45%-
HSV(B)200.53º42.7%34.9%-
XYZ5.756.5910.42-
YUV70.01138.72114.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=23.61%
G=35.19%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5176890.430.1500.65200.5327.1427.45
Hex334C592BF041c91b1b
Octal63114131531701013113333
Binary11001110011001011001101011111101000001110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334C59; }

 p { color: rgb(51,76,89); }

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

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

 a { background-color: rgb(51,76,89); }

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

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

 span { border-color: rgb(51,76,89); }

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