Html Css Color HEX #344A57 Atomic

📋 copy color: '#344A57'

red 52 ◦ green 74 ◦ blue 87

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

Shades of Atomic #344A57

Tints of Atomic #344A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

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

R = 24.41%
G = 34.74%
B = 40.85%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344A57 (or 0x344A57) is known color: Atomic. HEX triplet: 34, 4A and 57. RGB value is (52,74,87). Sum of RGB (Red+Green+Blue) = 52+74+87=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #344A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A57 is #CBB5A8. Grayscale: #444444. Windows color (decimal): -13350313 or 5720628. OLE color: 5720628.

HSL color Cylindrical-coordinate representation of color #344A57: hue angle of 202.29º 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 #344A57 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 74 87 -
CMYK 0.40 0.15 0 0.66
HSL 202.29º 0.25% 0.27% -
HSV(B) 202.29º 0.4% 0.34% -
XYZ 5.59 6.32 9.94 -
YUV 68.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 52 74 87 0.40 0.15 0 0.66 202.29 0.25 0.27
Hex 34 4A 57 28 F 0 42 CA 19 1B
Octal 64 112 127 50 17 0 102 312 31 33
Binary 110100 1001010 1010111 101000 1111 0 1000010 11001010 11001 11011

Color Harmonies of #344A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A57

Black with #344A57

Text Example


Text Example

White with #344A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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