#354243

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

Shades of Outer Space #354243

Tints of Outer Space #354243

Color information

#354243 (or 0x354243) is unknown color: approx Outer Space. HEX triplet: 35, 42 and 43. RGB value is (53,66,67). Sum of RGB (Red+Green+Blue) = 53+66+67=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 67 - color contains mainly: blue. Hex color #354243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354243 is #CABDBC. Grayscale: #3E3E3E. Windows color (decimal): -13286845 or 4407861. OLE color: 4407861.

HSL color Cylindrical-coordinate representation of color #354243: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #354243 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB536667-
CMYK0.210.0100.74
HSL184.29º11.67%23.53%-
HSV(B)184.29º20.9%26.27%-
XYZ4.435.066.05-
YUV62.23130.69121.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=28.49%
G=35.48%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366670.210.0100.74184.2911.6723.53
Hex35424315104Ab8c18
Octal6510210325101122701430
Binary110101100001010000111010110100101010111000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354243; }

 p { color: rgb(53,66,67); }

 H1.HeaderClassName
 {
   color: #354243;
 }
 .AnyTagClassName
 {
   color: #354243;
 }
</style>
background-color css

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

 a { background-color: rgb(53,66,67); }

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

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

 span { border-color: rgb(53,66,67); }

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