Html Css Color HEX #344950 Atomic

📋 copy color: '#344950'

red 52 ◦ green 73 ◦ blue 80

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

Shades of Atomic #344950

Tints of Atomic #344950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 25.37%
G = 35.61%
B = 39.02%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#344950 (or 0x344950) is known color: Atomic. HEX triplet: 34, 49 and 50. RGB value is (52,73,80). Sum of RGB (Red+Green+Blue) = 52+73+80=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #344950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344950 is #CBB6AF. Grayscale: #434343. Windows color (decimal): -13350576 or 5261620. OLE color: 5261620.

HSL color Cylindrical-coordinate representation of color #344950: hue angle of 195º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #344950 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 73 80 -
CMYK 0.35 0.09 0 0.69
HSL 195º 0.21% 0.26% -
HSV(B) 195º 0.35% 0.31% -
XYZ 5.25 6.07 8.49 -
YUV 67.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 52 73 80 0.35 0.09 0 0.69 195 0.21 0.26
Hex 34 49 50 23 9 0 45 C3 15 1A
Octal 64 111 120 43 11 0 105 303 25 32
Binary 110100 1001001 1010000 100011 1001 0 1000101 11000011 10101 11010

Color Harmonies of #344950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344950

Black with #344950

Text Example


Text Example

White with #344950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344950; }

 p { color: rgb(52,73,80); }

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

background-color css

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

 a { background-color: rgb(52,73,80); }

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

border-color css

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

 span { border-color: rgb(52,73,80); }

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