#344E5A

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

Shades of Atomic #344E5A

Tints of Atomic #344E5A

Color information

#344E5A (or 0x344E5A) is unknown color: approx Atomic. HEX triplet: 34, 4E and 5A. RGB value is (52,78,90). Sum of RGB (Red+Green+Blue) = 52+78+90=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #344E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E5A is #CBB1A5. Grayscale: #474747. Windows color (decimal): -13349286 or 5918260. OLE color: 5918260.

HSL color Cylindrical-coordinate representation of color #344E5A: hue angle of 198.95º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344E5A is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527890-
CMYK0.420.1300.65
HSL198.95º26.76%27.84%-
HSV(B)198.95º42.22%35.29%-
XYZ5.996.9210.69-
YUV71.59138.39114.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=23.64%
G=35.45%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5278900.420.1300.65198.9526.7627.84
Hex344E5A2AD041c71b1c
Octal64116132521501013073334
Binary11010010011101011010101010110101000001110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,90); }

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

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

 a { background-color: rgb(52,78,90); }

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

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

 span { border-color: rgb(52,78,90); }

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