#334C55

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

Shades of Atomic #334C55

Tints of Atomic #334C55

Color information

#334C55 (or 0x334C55) is unknown color: approx Atomic. HEX triplet: 33, 4C and 55. RGB value is (51,76,85). Sum of RGB (Red+Green+Blue) = 51+76+85=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #334C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C55 is #CCB3AA. Grayscale: #454545. Windows color (decimal): -13415339 or 5590067. OLE color: 5590067.

HSL color Cylindrical-coordinate representation of color #334C55: hue angle of 195.88º 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 #334C55 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517685-
CMYK0.400.1100.67
HSL195.88º25%26.67%-
HSV(B)195.88º40%33.33%-
XYZ5.596.539.56-
YUV69.55136.72114.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=24.06%
G=35.85%
B=40.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5176850.400.1100.67195.882526.67
Hex334C5528B043c4191b
Octal63114125501301033043133
Binary11001110011001010101101000101101000011110001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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