#334A55

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

Shades of Atomic #334A55

Tints of Atomic #334A55

Color information

#334A55 (or 0x334A55) is unknown color: approx Atomic. HEX triplet: 33, 4A and 55. RGB value is (51,74,85). Sum of RGB (Red+Green+Blue) = 51+74+85=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #334A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A55 is #CCB5AA. Grayscale: #444444. Windows color (decimal): -13415851 or 5589555. OLE color: 5589555.

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

Color convert

RGB517485-
CMYK0.400.1300.67
HSL199.41º25%26.67%-
HSV(B)199.41º40%33.33%-
XYZ5.456.269.51-
YUV68.38137.38115.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=24.29%
G=35.24%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5174850.400.1300.67199.412526.67
Hex334A5528D043c7191b
Octal63112125501501033073133
Binary11001110010101010101101000110101000011110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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