Html Css Color HEX #344851 Atomic

📋 copy color: '#344851'

red 52 ◦ green 72 ◦ blue 81

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

Shades of Atomic #344851

Tints of Atomic #344851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 25.37%
G = 35.12%
B = 39.51%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344851 (or 0x344851) is known color: Atomic. HEX triplet: 34, 48 and 51. RGB value is (52,72,81). Sum of RGB (Red+Green+Blue) = 52+72+81=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #344851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344851 is #CBB7AE. Grayscale: #424242. Windows color (decimal): -13350831 or 5326900. OLE color: 5326900.

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

Color convert

RGB 52 72 81 -
CMYK 0.36 0.11 0 0.68
HSL 198.62º 0.22% 0.26% -
HSV(B) 198.62º 0.36% 0.32% -
XYZ 5.22 5.96 8.66 -
YUV 67.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 52 72 81 0.36 0.11 0 0.68 198.62 0.22 0.26
Hex 34 48 51 24 B 0 44 C7 16 1A
Octal 64 110 121 44 13 0 104 307 26 32
Binary 110100 1001000 1010001 100100 1011 0 1000100 11000111 10110 11010

Color Harmonies of #344851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344851

Black with #344851

Text Example


Text Example

White with #344851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344851; }

 p { color: rgb(52,72,81); }

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

background-color css

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

 a { background-color: rgb(52,72,81); }

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

border-color css

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

 span { border-color: rgb(52,72,81); }

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