#353842

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

Shades of Vulcan #353842

Tints of Vulcan #353842

Color information

#353842 (or 0x353842) is unknown color: approx Vulcan. HEX triplet: 35, 38 and 42. RGB value is (53,56,66). Sum of RGB (Red+Green+Blue) = 53+56+66=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #353842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353842 is #CAC7BD. Grayscale: #383838. Windows color (decimal): -13289406 or 4339765. OLE color: 4339765.

HSL color Cylindrical-coordinate representation of color #353842: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #353842 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB535666-
CMYK0.200.1500.74
HSL226.15º10.92%23.33%-
HSV(B)226.15º19.7%25.88%-
XYZ3.873.985.72-
YUV56.24133.51125.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=30.29%
G=32%
B=37.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5356660.200.1500.74226.1510.9223.33
Hex35384214F04Ae2b17
Octal6570102241701123421327
Binary11010111100010000101010011110100101011100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353842; }

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

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

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

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

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

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

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

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