#334D55

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

Shades of Atomic #334D55

Tints of Atomic #334D55

Color information

#334D55 (or 0x334D55) is unknown color: approx Atomic. HEX triplet: 33, 4D and 55. RGB value is (51,77,85). Sum of RGB (Red+Green+Blue) = 51+77+85=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #334D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D55 is #CCB2AA. Grayscale: #464646. Windows color (decimal): -13415083 or 5590323. OLE color: 5590323.

HSL color Cylindrical-coordinate representation of color #334D55: hue angle of 194.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334D55 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517785-
CMYK0.400.0900.67
HSL194.12º25%26.67%-
HSV(B)194.12º40%33.33%-
XYZ5.666.679.58-
YUV70.14136.39114.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=23.94%
G=36.15%
B=39.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5177850.400.0900.67194.122526.67
Hex334D55289043c2191b
Octal63115125501101033023133
Binary11001110011011010101101000100101000011110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,77,85); }

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

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

 a { background-color: rgb(51,77,85); }

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

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

 span { border-color: rgb(51,77,85); }

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