#35373F

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

Shades of Vulcan #35373F

Tints of Vulcan #35373F

Color information

#35373F (or 0x35373F) is unknown color: approx Vulcan. HEX triplet: 35, 37 and 3F. RGB value is (53,55,63). Sum of RGB (Red+Green+Blue) = 53+55+63=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #35373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35373F is #CAC8C0. Grayscale: #373737. Windows color (decimal): -13289665 or 4142901. OLE color: 4142901.

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

Color convert

RGB535563-
CMYK0.160.1300.75
HSL228º8.62%22.75%-
HSV(B)228º15.87%24.71%-
XYZ3.733.855.25-
YUV55.31132.34126.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 63 (25% from 255) = 36.84%
R=30.99%
G=32.16%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5355630.160.1300.752288.6222.75
Hex35373F10D04Be4917
Octal656777201501133441127
Binary1101011101111111111000011010100101111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35373F; }

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

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

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

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

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

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

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

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