Html Css Color HEX #354041 Outer Space

📋 copy color: '#354041'

red 53 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #354041

Tints of Outer Space #354041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 29.12%
G = 35.16%
B = 35.71%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#354041 (or 0x354041) is known color: Outer Space. HEX triplet: 35, 40 and 41. RGB value is (53,64,65). Sum of RGB (Red+Green+Blue) = 53+64+65=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #354041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354041 is #CABFBE. Grayscale: #3C3C3C. Windows color (decimal): -13287359 or 4276277. OLE color: 4276277.

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

Color convert

RGB 53 64 65 -
CMYK 0.18 0.02 0 0.75
HSL 185º 0.1% 0.23% -
HSV(B) 185º 0.18% 0.25% -
XYZ 4.26 4.81 5.7 -
YUV 60.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 53 64 65 0.18 0.02 0 0.75 185 0.1 0.23
Hex 35 40 41 12 2 0 4B B9 A 17
Octal 65 100 101 22 2 0 113 271 12 27
Binary 110101 1000000 1000001 10010 10 0 1001011 10111001 1010 10111

Color Harmonies of #354041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354041

Black with #354041

Text Example


Text Example

White with #354041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354041; }

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

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

background-color css

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

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

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

border-color css

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

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

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