Html Css Color HEX #354951 Atomic

📋 copy color: '#354951'

red 53 ◦ green 73 ◦ blue 81

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

Shades of Atomic #354951

Tints of Atomic #354951

RGB

 RED value IS 53 (21.09% from 255) = 25.6%

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 25.6%
G = 35.27%
B = 39.13%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354951 (or 0x354951) is known color: Atomic. HEX triplet: 35, 49 and 51. RGB value is (53,73,81). Sum of RGB (Red+Green+Blue) = 53+73+81=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #354951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354951 is #CAB6AE. Grayscale: #434343. Windows color (decimal): -13285039 or 5327157. OLE color: 5327157.

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

Color convert

RGB 53 73 81 -
CMYK 0.35 0.10 0 0.68
HSL 197.14º 0.21% 0.26% -
HSV(B) 197.14º 0.35% 0.32% -
XYZ 5.34 6.12 8.68 -
YUV 67.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 53 73 81 0.35 0.10 0 0.68 197.14 0.21 0.26
Hex 35 49 51 23 A 0 44 C5 15 1A
Octal 65 111 121 43 12 0 104 305 25 32
Binary 110101 1001001 1010001 100011 1010 0 1000100 11000101 10101 11010

Color Harmonies of #354951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354951

Black with #354951

Text Example


Text Example

White with #354951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354951; }

 p { color: rgb(53,73,81); }

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

background-color css

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

 a { background-color: rgb(53,73,81); }

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

border-color css

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

 span { border-color: rgb(53,73,81); }

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