Html Css Color HEX #354750 Atomic

📋 copy color: '#354750'

red 53 ◦ green 71 ◦ blue 80

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

Shades of Atomic #354750

Tints of Atomic #354750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 25.98%
G = 34.8%
B = 39.22%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#354750 (or 0x354750) is known color: Atomic. HEX triplet: 35, 47 and 50. RGB value is (53,71,80). Sum of RGB (Red+Green+Blue) = 53+71+80=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #354750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354750 is #CAB8AF. Grayscale: #424242. Windows color (decimal): -13285552 or 5261109. OLE color: 5261109.

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

Color convert

RGB 53 71 80 -
CMYK 0.34 0.11 0 0.69
HSL 200º 0.2% 0.26% -
HSV(B) 200º 0.34% 0.31% -
XYZ 5.17 5.84 8.44 -
YUV 66.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 53 71 80 0.34 0.11 0 0.69 200 0.2 0.26
Hex 35 47 50 22 B 0 45 C8 14 1A
Octal 65 107 120 42 13 0 105 310 24 32
Binary 110101 1000111 1010000 100010 1011 0 1000101 11001000 10100 11010

Color Harmonies of #354750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354750

Black with #354750

Text Example


Text Example

White with #354750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354750; }

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

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

background-color css

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

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

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

border-color css

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

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

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