Html Css Color HEX #344B52 Atomic

📋 copy color: '#344B52'

red 52 ◦ green 75 ◦ blue 82

#344B52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #344B52

Tints of Atomic #344B52

RGB

 RED value IS 52 (20.7% from 255) = 24.88%

 GREEN value IS 75 (29.69% from 255) = 35.89%

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 24.88%
G = 35.89%
B = 39.23%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344B52 (or 0x344B52) is known color: Atomic. HEX triplet: 34, 4B and 52. RGB value is (52,75,82). Sum of RGB (Red+Green+Blue) = 52+75+82=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #344B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B52 is #CBB4AD. Grayscale: #444444. Windows color (decimal): -13350062 or 5393204. OLE color: 5393204.

HSL color Cylindrical-coordinate representation of color #344B52: hue angle of 194º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344B52 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 75 82 -
CMYK 0.37 0.09 0 0.68
HSL 194º 0.22% 0.26% -
HSV(B) 194º 0.37% 0.32% -
XYZ 5.46 6.37 8.92 -
YUV 68.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 52 75 82 0.37 0.09 0 0.68 194 0.22 0.26
Hex 34 4B 52 25 9 0 44 C2 16 1A
Octal 64 113 122 45 11 0 104 302 26 32
Binary 110100 1001011 1010010 100101 1001 0 1000100 11000010 10110 11010

Color Harmonies of #344B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B52

Black with #344B52

Text Example


Text Example

White with #344B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #344B52;
 }
 .AnyTagClassName
 {
   color: #344B52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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