Html Css Color HEX #35494F Atomic

📋 copy color: '#35494F'

red 53 ◦ green 73 ◦ blue 79

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

Shades of Atomic #35494F

Tints of Atomic #35494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 25.85%
G = 35.61%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35494F (or 0x35494F) is known color: Atomic. HEX triplet: 35, 49 and 4F. RGB value is (53,73,79). Sum of RGB (Red+Green+Blue) = 53+73+79=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #35494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35494F is #CAB6B0. Grayscale: #434343. Windows color (decimal): -13285041 or 5196085. OLE color: 5196085.

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

Color convert

RGB 53 73 79 -
CMYK 0.33 0.08 0 0.69
HSL 193.85º 0.2% 0.26% -
HSV(B) 193.85º 0.33% 0.31% -
XYZ 5.26 6.09 8.29 -
YUV 67.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 53 73 79 0.33 0.08 0 0.69 193.85 0.2 0.26
Hex 35 49 4F 21 8 0 45 C2 14 1A
Octal 65 111 117 41 10 0 105 302 24 32
Binary 110101 1001001 1001111 100001 1000 0 1000101 11000010 10100 11010

Color Harmonies of #35494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35494F

Black with #35494F

Text Example


Text Example

White with #35494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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