#344B53

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

Shades of Atomic #344B53

Tints of Atomic #344B53

Color information

#344B53 (or 0x344B53) is unknown color: approx Atomic. HEX triplet: 34, 4B and 53. RGB value is (52,75,83). Sum of RGB (Red+Green+Blue) = 52+75+83=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #344B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B53 is #CBB4AC. Grayscale: #444444. Windows color (decimal): -13350061 or 5458740. OLE color: 5458740.

HSL color Cylindrical-coordinate representation of color #344B53: hue angle of 195.48º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344B53 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB527583-
CMYK0.370.1000.67
HSL195.48º22.96%26.47%-
HSV(B)195.48º37.35%32.55%-
XYZ5.496.399.13-
YUV69.04135.88115.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=24.76%
G=35.71%
B=39.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5275830.370.1000.67195.4822.9626.47
Hex344B5325A043c3171a
Octal64113123451201033032732
Binary11010010010111010011100101101001000011110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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