#344F5B

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

Shades of Atomic #344F5B

Tints of Atomic #344F5B

Color information

#344F5B (or 0x344F5B) is unknown color: approx Atomic. HEX triplet: 34, 4F and 5B. RGB value is (52,79,91). Sum of RGB (Red+Green+Blue) = 52+79+91=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #344F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F5B is #CBB0A4. Grayscale: #484848. Windows color (decimal): -13349029 or 5984052. OLE color: 5984052.

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

Color convert

RGB527991-
CMYK0.430.1300.64
HSL198.46º27.27%28.04%-
HSV(B)198.46º42.86%35.69%-
XYZ6.17.0810.94-
YUV72.3138.55113.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=23.42%
G=35.59%
B=40.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5279910.430.1300.64198.4627.2728.04
Hex344F5B2BD040c61b1c
Octal64117133531501003063334
Binary11010010011111011011101011110101000000110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,91); }

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

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

 a { background-color: rgb(52,79,91); }

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

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

 span { border-color: rgb(52,79,91); }

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