#37383C

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

Shades of Vulcan #37383C

Tints of Vulcan #37383C

Color information

#37383C (or 0x37383C) is unknown color: approx Vulcan. HEX triplet: 37, 38 and 3C. RGB value is (55,56,60). Sum of RGB (Red+Green+Blue) = 55+56+60=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 60 - color contains mainly: blue. Hex color #37383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37383C is #C8C7C3. Grayscale: #383838. Windows color (decimal): -13158340 or 3946551. OLE color: 3946551.

HSL color Cylindrical-coordinate representation of color #37383C: hue angle of 228º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #37383C is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB555660-
CMYK0.080.0700.76
HSL228º4.35%22.55%-
HSV(B)228º8.33%23.53%-
XYZ3.813.974.84-
YUV56.16130.17127.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=32.16%
G=32.75%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5556600.080.0700.762284.3522.55
Hex37383C8704Ce4417
Octal6770741070114344427
Binary1101111110001111001000111010011001110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37383C; }

 p { color: rgb(55,56,60); }

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

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

 a { background-color: rgb(55,56,60); }

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

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

 span { border-color: rgb(55,56,60); }

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