Html Css Color HEX #353F40 Outer Space

📋 copy color: '#353F40'

red 53 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #353F40

Tints of Outer Space #353F40

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 29.44%
G = 35%
B = 35.56%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353F40 (or 0x353F40) is known color: Outer Space. HEX triplet: 35, 3F and 40. RGB value is (53,63,64). Sum of RGB (Red+Green+Blue) = 53+63+64=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #353F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F40 is #CAC0BF. Grayscale: #3C3C3C. Windows color (decimal): -13287616 or 4210485. OLE color: 4210485.

HSL color Cylindrical-coordinate representation of color #353F40: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #353F40 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 64 -
CMYK 0.17 0.02 0 0.75
HSL 185.45º 0.09% 0.23% -
HSV(B) 185.45º 0.17% 0.25% -
XYZ 4.17 4.68 5.53 -
YUV 60.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 53 63 64 0.17 0.02 0 0.75 185.45 0.09 0.23
Hex 35 3F 40 11 2 0 4B B9 9 17
Octal 65 77 100 21 2 0 113 271 11 27
Binary 110101 111111 1000000 10001 10 0 1001011 10111001 1001 10111

Color Harmonies of #353F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F40

Black with #353F40

Text Example


Text Example

White with #353F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F40; }

 p { color: rgb(53,63,64); }

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

background-color css

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

 a { background-color: rgb(53,63,64); }

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

border-color css

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

 span { border-color: rgb(53,63,64); }

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