#344A50

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

Shades of Atomic #344A50

Tints of Atomic #344A50

Color information

#344A50 (or 0x344A50) is unknown color: approx Atomic. HEX triplet: 34, 4A and 50. RGB value is (52,74,80). Sum of RGB (Red+Green+Blue) = 52+74+80=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #344A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A50 is #CBB5AF. Grayscale: #444444. Windows color (decimal): -13350320 or 5261876. OLE color: 5261876.

HSL color Cylindrical-coordinate representation of color #344A50: hue angle of 192.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #344A50 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB527480-
CMYK0.350.0800.69
HSL192.86º21.21%25.88%-
HSV(B)192.86º35%31.37%-
XYZ5.316.218.51-
YUV68.11134.71116.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=25.24%
G=35.92%
B=38.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5274800.350.0800.69192.8621.2125.88
Hex344A50238045c1151a
Octal64112120431001053012532
Binary11010010010101010000100011100001000101110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,74,80); }

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

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

 a { background-color: rgb(52,74,80); }

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

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

 span { border-color: rgb(52,74,80); }

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