Html Css Color HEX #344C58 Atomic

📋 copy color: '#344C58'

red 52 ◦ green 76 ◦ blue 88

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

Shades of Atomic #344C58

Tints of Atomic #344C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

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

R = 24.07%
G = 35.19%
B = 40.74%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344C58 (or 0x344C58) is known color: Atomic. HEX triplet: 34, 4C and 58. RGB value is (52,76,88). Sum of RGB (Red+Green+Blue) = 52+76+88=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #344C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C58 is #CBB3A7. Grayscale: #464646. Windows color (decimal): -13349800 or 5786676. OLE color: 5786676.

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

Color convert

RGB 52 76 88 -
CMYK 0.41 0.14 0 0.65
HSL 200º 0.26% 0.27% -
HSV(B) 200º 0.41% 0.35% -
XYZ 5.76 6.6 10.2 -
YUV 70.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 52 76 88 0.41 0.14 0 0.65 200 0.26 0.27
Hex 34 4C 58 29 E 0 41 C8 1A 1B
Octal 64 114 130 51 16 0 101 310 32 33
Binary 110100 1001100 1011000 101001 1110 0 1000001 11001000 11010 11011

Color Harmonies of #344C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C58

Black with #344C58

Text Example


Text Example

White with #344C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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