Html Css Color HEX #35474E Atomic

📋 copy color: '#35474E'

red 53 ◦ green 71 ◦ blue 78

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

Shades of Atomic #35474E

Tints of Atomic #35474E

RGB

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

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

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

R = 26.24%
G = 35.15%
B = 38.61%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35474E (or 0x35474E) is known color: Atomic. HEX triplet: 35, 47 and 4E. RGB value is (53,71,78). Sum of RGB (Red+Green+Blue) = 53+71+78=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #35474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35474E is #CAB8B1. Grayscale: #424242. Windows color (decimal): -13285554 or 5130037. OLE color: 5130037.

HSL color Cylindrical-coordinate representation of color #35474E: hue angle of 196.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35474E is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 71 78 -
CMYK 0.32 0.09 0 0.69
HSL 196.8º 0.19% 0.26% -
HSV(B) 196.8º 0.32% 0.31% -
XYZ 5.1 5.81 8.06 -
YUV 66.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 53 71 78 0.32 0.09 0 0.69 196.8 0.19 0.26
Hex 35 47 4E 20 9 0 45 C5 13 1A
Octal 65 107 116 40 11 0 105 305 23 32
Binary 110101 1000111 1001110 100000 1001 0 1000101 11000101 10011 11010

Color Harmonies of #35474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35474E

Black with #35474E

Text Example


Text Example

White with #35474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,71,78); }

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

background-color css

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

 a { background-color: rgb(53,71,78); }

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

border-color css

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

 span { border-color: rgb(53,71,78); }

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