Html Css Color HEX #344B57 Atomic

📋 copy color: '#344B57'

red 52 ◦ green 75 ◦ blue 87

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

Shades of Atomic #344B57

Tints of Atomic #344B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.05%

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

R = 24.3%
G = 35.05%
B = 40.65%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344B57 (or 0x344B57) is known color: Atomic. HEX triplet: 34, 4B and 57. RGB value is (52,75,87). Sum of RGB (Red+Green+Blue) = 52+75+87=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #344B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B57 is #CBB4A8. Grayscale: #454545. Windows color (decimal): -13350057 or 5720884. OLE color: 5720884.

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

Color convert

RGB 52 75 87 -
CMYK 0.40 0.14 0 0.66
HSL 200.57º 0.25% 0.27% -
HSV(B) 200.57º 0.4% 0.34% -
XYZ 5.65 6.45 9.96 -
YUV 69.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 52 75 87 0.40 0.14 0 0.66 200.57 0.25 0.27
Hex 34 4B 57 28 E 0 42 C9 19 1B
Octal 64 113 127 50 16 0 102 311 31 33
Binary 110100 1001011 1010111 101000 1110 0 1000010 11001001 11001 11011

Color Harmonies of #344B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B57

Black with #344B57

Text Example


Text Example

White with #344B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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