#344B54

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

Shades of Atomic #344B54

Tints of Atomic #344B54

Color information

#344B54 (or 0x344B54) is unknown color: approx Atomic. HEX triplet: 34, 4B and 54. RGB value is (52,75,84). Sum of RGB (Red+Green+Blue) = 52+75+84=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #344B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B54 is #CBB4AB. Grayscale: #454545. Windows color (decimal): -13350060 or 5524276. OLE color: 5524276.

HSL color Cylindrical-coordinate representation of color #344B54: hue angle of 196.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344B54 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB527584-
CMYK0.380.1100.67
HSL196.88º23.53%26.67%-
HSV(B)196.88º38.1%32.94%-
XYZ5.536.49.33-
YUV69.15136.38115.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=24.64%
G=35.55%
B=39.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5275840.380.1100.67196.8823.5326.67
Hex344B5426B043c5181b
Octal64113124461301033053033
Binary11010010010111010100100110101101000011110001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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