Html Css Color HEX #344957 Atomic

📋 copy color: '#344957'

red 52 ◦ green 73 ◦ blue 87

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

Shades of Atomic #344957

Tints of Atomic #344957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 24.53%
G = 34.43%
B = 41.04%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344957 (or 0x344957) is known color: Atomic. HEX triplet: 34, 49 and 57. RGB value is (52,73,87). Sum of RGB (Red+Green+Blue) = 52+73+87=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #344957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344957 is #CBB6A8. Grayscale: #444444. Windows color (decimal): -13350569 or 5720372. OLE color: 5720372.

HSL color Cylindrical-coordinate representation of color #344957: hue angle of 204º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344957 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 73 87 -
CMYK 0.40 0.16 0 0.66
HSL 204º 0.25% 0.27% -
HSV(B) 204º 0.4% 0.34% -
XYZ 5.52 6.18 9.92 -
YUV 68.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 52 73 87 0.40 0.16 0 0.66 204 0.25 0.27
Hex 34 49 57 28 10 0 42 CC 19 1B
Octal 64 111 127 50 20 0 102 314 31 33
Binary 110100 1001001 1010111 101000 10000 0 1000010 11001100 11001 11011

Color Harmonies of #344957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344957

Black with #344957

Text Example


Text Example

White with #344957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344957; }

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

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

background-color css

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

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

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

border-color css

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

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

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