Html Css Color HEX #344753 Atomic

📋 copy color: '#344753'

red 52 ◦ green 71 ◦ blue 83

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

Shades of Atomic #344753

Tints of Atomic #344753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 25.24%
G = 34.47%
B = 40.29%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344753 (or 0x344753) is known color: Atomic. HEX triplet: 34, 47 and 53. RGB value is (52,71,83). Sum of RGB (Red+Green+Blue) = 52+71+83=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #344753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344753 is #CBB8AC. Grayscale: #424242. Windows color (decimal): -13351085 or 5457716. OLE color: 5457716.

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

Color convert

RGB 52 71 83 -
CMYK 0.37 0.14 0 0.67
HSL 203.23º 0.23% 0.26% -
HSV(B) 203.23º 0.37% 0.33% -
XYZ 5.23 5.86 9.04 -
YUV 66.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 52 71 83 0.37 0.14 0 0.67 203.23 0.23 0.26
Hex 34 47 53 25 E 0 43 CB 17 1A
Octal 64 107 123 45 16 0 103 313 27 32
Binary 110100 1000111 1010011 100101 1110 0 1000011 11001011 10111 11010

Color Harmonies of #344753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344753

Black with #344753

Text Example


Text Example

White with #344753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344753; }

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

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

background-color css

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

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

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

border-color css

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

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

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