#354041

Color #354041 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #354041

Tints of Outer Space #354041

Color information

#354041 (or 0x354041) is unknown color: approx 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

RGB536465-
CMYK0.180.0200.75
HSL185º10.17%23.14%-
HSV(B)185º18.46%25.49%-
XYZ4.264.815.7-
YUV60.82130.36122.42-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364650.180.0200.7518510.1723.14
Hex35404112204Bb9a17
Octal6510010122201132711227
Binary1101011000000100000110010100100101110111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>