Html Css Color HEX #344E59 Atomic

📋 copy color: '#344E59'

red 52 ◦ green 78 ◦ blue 89

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

Shades of Atomic #344E59

Tints of Atomic #344E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 23.74%
G = 35.62%
B = 40.64%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344E59 (or 0x344E59) is known color: Atomic. HEX triplet: 34, 4E and 59. RGB value is (52,78,89). Sum of RGB (Red+Green+Blue) = 52+78+89=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #344E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E59 is #CBB1A6. Grayscale: #474747. Windows color (decimal): -13349287 or 5852724. OLE color: 5852724.

HSL color Cylindrical-coordinate representation of color #344E59: hue angle of 197.84º degrees, saturation: 0.26, 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 #344E59 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 78 89 -
CMYK 0.42 0.12 0 0.65
HSL 197.84º 0.26% 0.28% -
HSV(B) 197.84º 0.42% 0.35% -
XYZ 5.94 6.9 10.47 -
YUV 71.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 52 78 89 0.42 0.12 0 0.65 197.84 0.26 0.28
Hex 34 4E 59 2A C 0 41 C6 1A 1C
Octal 64 116 131 52 14 0 101 306 32 34
Binary 110100 1001110 1011001 101010 1100 0 1000001 11000110 11010 11100

Color Harmonies of #344E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E59

Black with #344E59

Text Example


Text Example

White with #344E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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