#344B57

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

Shades of Atomic #344B57

Tints of Atomic #344B57

Color information

#344B57 (or 0x344B57) is unknown color: approx Atomic. HEX triplet: 34, 4B and 57. RGB value is (52,75,87). Sum of RGB (Red+Green+Blue) = 52+75+87=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #344B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B57 is #CBB4A8. Grayscale: #454545. Windows color (decimal): -13350057 or 5720884. OLE color: 5720884.

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

Color convert

RGB527587-
CMYK0.400.1400.66
HSL200.57º25.18%27.25%-
HSV(B)200.57º40.23%34.12%-
XYZ5.656.459.96-
YUV69.49137.88115.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=24.30%
G=35.05%
B=40.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5275870.400.1400.66200.5725.1827.25
Hex344B5728E042c9191b
Octal64113127501601023113133
Binary11010010010111010111101000111001000010110010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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