Html Css Color HEX #344955 Atomic

📋 copy color: '#344955'

red 52 ◦ green 73 ◦ blue 85

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

Shades of Atomic #344955

Tints of Atomic #344955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 24.76%
G = 34.76%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344955 (or 0x344955) is known color: Atomic. HEX triplet: 34, 49 and 55. RGB value is (52,73,85). Sum of RGB (Red+Green+Blue) = 52+73+85=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #344955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344955 is #CBB6AA. Grayscale: #444444. Windows color (decimal): -13350571 or 5589300. OLE color: 5589300.

HSL color Cylindrical-coordinate representation of color #344955: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344955 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 73 85 -
CMYK 0.39 0.14 0 0.67
HSL 201.82º 0.24% 0.27% -
HSV(B) 201.82º 0.39% 0.33% -
XYZ 5.44 6.15 9.49 -
YUV 68.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 52 73 85 0.39 0.14 0 0.67 201.82 0.24 0.27
Hex 34 49 55 27 E 0 43 CA 18 1B
Octal 64 111 125 47 16 0 103 312 30 33
Binary 110100 1001001 1010101 100111 1110 0 1000011 11001010 11000 11011

Color Harmonies of #344955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344955

Black with #344955

Text Example


Text Example

White with #344955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344955; }

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

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

background-color css

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

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

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

border-color css

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

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

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