Html Css Color HEX #344752 Atomic

📋 copy color: '#344752'

red 52 ◦ green 71 ◦ blue 82

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

Shades of Atomic #344752

Tints of Atomic #344752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 25.37%
G = 34.63%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344752 (or 0x344752) is known color: Atomic. HEX triplet: 34, 47 and 52. RGB value is (52,71,82). Sum of RGB (Red+Green+Blue) = 52+71+82=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #344752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344752 is #CBB8AD. Grayscale: #424242. Windows color (decimal): -13351086 or 5392180. OLE color: 5392180.

HSL color Cylindrical-coordinate representation of color #344752: hue angle of 202º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344752 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 71 82 -
CMYK 0.37 0.13 0 0.68
HSL 202º 0.22% 0.26% -
HSV(B) 202º 0.37% 0.32% -
XYZ 5.19 5.85 8.84 -
YUV 66.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 52 71 82 0.37 0.13 0 0.68 202 0.22 0.26
Hex 34 47 52 25 D 0 44 CA 16 1A
Octal 64 107 122 45 15 0 104 312 26 32
Binary 110100 1000111 1010010 100101 1101 0 1000100 11001010 10110 11010

Color Harmonies of #344752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344752

Black with #344752

Text Example


Text Example

White with #344752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344752; }

 p { color: rgb(52,71,82); }

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

background-color css

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

 a { background-color: rgb(52,71,82); }

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

border-color css

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

 span { border-color: rgb(52,71,82); }

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