#334B57

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

Shades of Atomic #334B57

Tints of Atomic #334B57

Color information

#334B57 (or 0x334B57) is unknown color: approx Atomic. HEX triplet: 33, 4B and 57. RGB value is (51,75,87). Sum of RGB (Red+Green+Blue) = 51+75+87=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #334B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B57 is #CCB4A8. Grayscale: #454545. Windows color (decimal): -13415593 or 5720883. OLE color: 5720883.

HSL color Cylindrical-coordinate representation of color #334B57: hue angle of 200º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334B57 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB517587-
CMYK0.410.1400.66
HSL200º26.09%27.06%-
HSV(B)200º41.38%34.12%-
XYZ5.66.429.96-
YUV69.19138.05115.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=23.94%
G=35.21%
B=40.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5175870.410.1400.6620026.0927.06
Hex334B5729E042c81a1b
Octal63113127511601023103233
Binary11001110010111010111101001111001000010110010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,87); }

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

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

 a { background-color: rgb(51,75,87); }

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

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

 span { border-color: rgb(51,75,87); }

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