Html Css Color HEX #35464F Atomic

📋 copy color: '#35464F'

red 53 ◦ green 70 ◦ blue 79

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

Shades of Atomic #35464F

Tints of Atomic #35464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

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

R = 26.24%
G = 34.65%
B = 39.11%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35464F (or 0x35464F) is known color: Atomic. HEX triplet: 35, 46 and 4F. RGB value is (53,70,79). Sum of RGB (Red+Green+Blue) = 53+70+79=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #35464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35464F is #CAB9B0. Grayscale: #414141. Windows color (decimal): -13285809 or 5195317. OLE color: 5195317.

HSL color Cylindrical-coordinate representation of color #35464F: hue angle of 200.77º 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 #35464F is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 70 79 -
CMYK 0.33 0.11 0 0.69
HSL 200.77º 0.2% 0.26% -
HSV(B) 200.77º 0.33% 0.31% -
XYZ 5.07 5.7 8.23 -
YUV 65.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 53 70 79 0.33 0.11 0 0.69 200.77 0.2 0.26
Hex 35 46 4F 21 B 0 45 C9 14 1A
Octal 65 106 117 41 13 0 105 311 24 32
Binary 110101 1000110 1001111 100001 1011 0 1000101 11001001 10100 11010

Color Harmonies of #35464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35464F

Black with #35464F

Text Example


Text Example

White with #35464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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