Html Css Color HEX #344751 Atomic

📋 copy color: '#344751'

red 52 ◦ green 71 ◦ blue 81

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

Shades of Atomic #344751

Tints of Atomic #344751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

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

R = 25.49%
G = 34.8%
B = 39.71%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344751 (or 0x344751) is known color: Atomic. HEX triplet: 34, 47 and 51. RGB value is (52,71,81). Sum of RGB (Red+Green+Blue) = 52+71+81=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #344751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344751 is #CBB8AE. Grayscale: #424242. Windows color (decimal): -13351087 or 5326644. OLE color: 5326644.

HSL color Cylindrical-coordinate representation of color #344751: hue angle of 200.69º 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 #344751 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 71 81 -
CMYK 0.36 0.12 0 0.68
HSL 200.69º 0.22% 0.26% -
HSV(B) 200.69º 0.36% 0.32% -
XYZ 5.15 5.83 8.64 -
YUV 66.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 52 71 81 0.36 0.12 0 0.68 200.69 0.22 0.26
Hex 34 47 51 24 C 0 44 C9 16 1A
Octal 64 107 121 44 14 0 104 311 26 32
Binary 110100 1000111 1010001 100100 1100 0 1000100 11001001 10110 11010

Color Harmonies of #344751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344751

Black with #344751

Text Example


Text Example

White with #344751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344751; }

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

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

background-color css

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

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

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

border-color css

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

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

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