#333642

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

Shades of Vulcan #333642

Tints of Vulcan #333642

Color information

#333642 (or 0x333642) is unknown color: approx Vulcan. HEX triplet: 33, 36 and 42. RGB value is (51,54,66). Sum of RGB (Red+Green+Blue) = 51+54+66=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #333642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333642 is #CCC9BD. Grayscale: #363636. Windows color (decimal): -13420990 or 4339251. OLE color: 4339251.

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

Color convert

RGB515466-
CMYK0.230.1800.74
HSL228º12.82%22.94%-
HSV(B)228º22.73%25.88%-
XYZ3.673.745.68-
YUV54.47134.51125.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=29.82%
G=31.58%
B=38.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5154660.230.1800.7422812.8222.94
Hex333642171204Ae4d17
Octal6366102272201123441527
Binary110011110110100001010111100100100101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333642; }

 p { color: rgb(51,54,66); }

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

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

 a { background-color: rgb(51,54,66); }

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

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

 span { border-color: rgb(51,54,66); }

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