Html Css Color HEX #34494E Atomic

📋 copy color: '#34494E'

red 52 ◦ green 73 ◦ blue 78

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

Shades of Atomic #34494E

Tints of Atomic #34494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 25.62%
G = 35.96%
B = 38.42%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34494E (or 0x34494E) is known color: Atomic. HEX triplet: 34, 49 and 4E. RGB value is (52,73,78). Sum of RGB (Red+Green+Blue) = 52+73+78=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #34494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34494E is #CBB6B1. Grayscale: #434343. Windows color (decimal): -13350578 or 5130548. OLE color: 5130548.

HSL color Cylindrical-coordinate representation of color #34494E: hue angle of 191.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34494E is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 73 78 -
CMYK 0.33 0.06 0 0.69
HSL 191.54º 0.2% 0.25% -
HSV(B) 191.54º 0.33% 0.31% -
XYZ 5.17 6.05 8.1 -
YUV 67.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 52 73 78 0.33 0.06 0 0.69 191.54 0.2 0.25
Hex 34 49 4E 21 6 0 45 C0 14 19
Octal 64 111 116 41 6 0 105 300 24 31
Binary 110100 1001001 1001110 100001 110 0 1000101 11000000 10100 11001

Color Harmonies of #34494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34494E

Black with #34494E

Text Example


Text Example

White with #34494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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