Html Css Color HEX #344E58 Atomic

📋 copy color: '#344E58'

red 52 ◦ green 78 ◦ blue 88

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

Shades of Atomic #344E58

Tints of Atomic #344E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.78%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 23.85%
G = 35.78%
B = 40.37%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344E58 (or 0x344E58) is known color: Atomic. HEX triplet: 34, 4E and 58. RGB value is (52,78,88). Sum of RGB (Red+Green+Blue) = 52+78+88=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #344E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E58 is #CBB1A7. Grayscale: #474747. Windows color (decimal): -13349288 or 5787188. OLE color: 5787188.

HSL color Cylindrical-coordinate representation of color #344E58: hue angle of 196.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344E58 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 78 88 -
CMYK 0.41 0.11 0 0.65
HSL 196.67º 0.26% 0.27% -
HSV(B) 196.67º 0.41% 0.35% -
XYZ 5.9 6.88 10.25 -
YUV 71.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 52 78 88 0.41 0.11 0 0.65 196.67 0.26 0.27
Hex 34 4E 58 29 B 0 41 C5 1A 1B
Octal 64 116 130 51 13 0 101 305 32 33
Binary 110100 1001110 1011000 101001 1011 0 1000001 11000101 11010 11011

Color Harmonies of #344E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E58

Black with #344E58

Text Example


Text Example

White with #344E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,78,88); }

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

background-color css

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

 a { background-color: rgb(52,78,88); }

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

border-color css

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

 span { border-color: rgb(52,78,88); }

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